README
"exo setup" command
This repo contains the code for the "exo setup" command. This is part of the Exosphere SDK
Development
- add
bin
andnode_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