1.2.0 • Published 6 years ago
@blablacar/cli v1.2.0
Bla-cli
The bla-cli gives several commands to check the environment. Simply install the package as any npm dependency and run:
npm run bla
Or install the package globally and run:
bla
Without any parameters, the cli returns the helper to know which actions are availables. So if you want to implement a new action, don't forget to fill the description.
Why ?
The blablacar front-end is composed by several repositories, and we often need to share some environment commands. The bla-cli is here to externalize this dependency.