0.1.3 ā€¢ Published 4 years ago

@greendjango/blih_cli v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Blih CLI

release workflow size issues license

Blih CLI (say blikli) is the Blih (Bocal Lightweight Interface for Humans) Js CLI (Command-Line Interface) for linux env.

alt text

šŸ’¾ Install & Setup

āš ļø Install node & npm (use sudo apt install nodejs npm for ubuntu or sudo dnf install nodejs for fedora)

šŸ‘¶ Easy mode

  1. sudo npm i blih_cli -g

šŸ‘Øā€šŸ’» Expert mode

  1. git clone https://github.com/GreenDjango/blih_cli
  2. sudo sh blih_cli/install.sh
  3. rm -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.js

Lint

npm run lint

Build

npm run build

Production

npm run prod