@blablacar/clideprecated

Front-end Blablacar CLI

Usage no npm install needed!

<script type="module">
  import blablacarCli from 'https://cdn.skypack.dev/@blablacar/cli';
</script>

README

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.