0.1.3 ⢠Published 5 years ago
@greendjango/blih_cli v0.1.3
Blih CLI
Blih CLI (say blikli) is the Blih (Bocal Lightweight Interface for Humans) Js CLI (Command-Line Interface) for linux env.

š¾ Install & Setup
ā ļø Install node & npm (use sudo apt install nodejs npm for ubuntu
or sudo dnf install nodejs for fedora)
š¶ Easy mode
sudo npm i blih_cli -g
šØāš» Expert mode
git clone https://github.com/GreenDjango/blih_clisudo sh blih_cli/install.shrm -rf blih_cli/
Enjoy with blih_cli !
Optional: add alias my_name="blih_cli" in .bashrc file
š Update
With npm
npm update blih_cli -g
With expert mode install
Use blih_cli -u for up to next stable version
Use blih_cli --snapshot for up to the next snapshot version.
This version can crash. Use only if you want to test the new features
𦺠Help
Use man blih_cli for show help
š£ Uninstall
Use blih_cli --uninstall for uninstall blih_cli from
š» Dev
git clone https://github.com/GreenDjango/blih_cli
cd blih_cli
npm i
npm run build
./build/index.jsLint
npm run lintBuild
npm run buildProduction
npm run prod0.1.3
5 years ago