New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

blih_cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blih_cli

Blih CLI for Linux

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Blih CLI

release npm workflow CodeFactor 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 apt install nodejs npm for ubuntu or dnf install nodejs for fedora)

👶 Easy mode

  • npm i blih_cli -g

👨‍💻 Expert mode

  • git clone https://github.com/GreenDjango/blih_cli
  • sudo sh blih_cli/install.sh
  • rm -rf blih_cli/

Enjoy with blih_cli or bcli !
Optional: add alias my_name="blih_cli" in .bashrc file

🔄 Update

With npm

npm up 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

With npm

npm un blih_cli -g

With expert mode install

Use blih_cli --uninstall for uninstall blih_cli from

💻 Dev

GitHub package.json version ➡️ GitHub tag (latest by date) ➡️ release ➡️ npm

git clone https://github.com/GreenDjango/blih_cli
cd blih_cli
npm i
npm run build:dev
npm run dev

Lint

npm run lint
npm run typescript:check
npm run prettier:diff

Build

npm run build:prod

Keywords

cli

FAQs

Package last updated on 31 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts