0.0.1 • Published 9 years ago
@carjs/cli v0.0.1
carjs-cli
CarJS Command Line Interface
Development Hints for hacking on carjs-cli
Watch additional dirs
Watching additional dirs can come handy when hacking on library related to current project.
carjs run -w /absolute/path/to/dir -w /absolute/path/to/second/dirWorking with master
git clone https://github.com/carjs/carjs-cli.git
cd carjs-cli
npm linknpm link is very similar to npm install -g except that instead of downloading the package from the repo, 
the just cloned carjs-cli/ folder becomes the global package. 
Any changes to the files in the carjs-cli/ folder will immediately affect the global carjs-cli package, 
allowing you to quickly test any changes you make to the cli project.
Now you can use carjs-cli via the command line:
carjs new my-awesome-carjs-project
cd my-awesome-carjs-project
carjs run0.0.1
9 years ago