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: 10 months ago
JSON representation

CLI tool for costa

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