Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/printercu/costa-cli
CLI tool for costa
https://github.com/printercu/costa-cli
Last synced: 27 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T18:48:39.000Z (about 11 years ago)
- Last Synced: 2024-10-09T14:44:42.622Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- 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
costacd /path/to/other/project
costa# supports subdirectories
cd app/models
costa
```## License
MIT