The 'exo-setup' command


Keywords
Exosphere
License
ISC
Install
npm install exo-setup@0.0.6

Documentation

"exo setup" command

Build Status CircleCI Windows build status dependencies Status devDependencies Status

This repo contains the code for the "exo setup" command. This is part of the Exosphere SDK

Development

  • add bin and node_modules/.bin to your PATH
  • install all dependencies: npm i
  • run all tests: spec
  • run linter only: lint
  • run only tests: features

Windows

  • run the tests inside Git Bash (part of Git for Windows)
  • you might have to run the Git Bash with admin privileges