https://github.com/printercu/costa-cli
CLI tool for costa
https://github.com/printercu/costa-cli
Last synced: 10 months ago
JSON representation
CLI tool for costa
- Host: GitHub
- URL: https://github.com/printercu/costa-cli
- Owner: printercu
- License: mit
- Created: 2013-10-28T18:30:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T18:48:39.000Z (over 12 years ago)
- Last Synced: 2025-05-30T06:10:31.424Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Costa CLI
It's just tiny invoker that runs [costa](https://github.com/printercu/costa)
installed in the project.
Install cli tool globally and call it in the project's directory.
```
npm install -g costa-cli
cd /path/to/some/project
costa
cd /path/to/other/project
costa
# supports subdirectories
cd app/models
costa
```
## License
MIT