Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bash-base

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-base

A common lib for creating bash script easily.

  • 2.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
44
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to bash-base

License GitHub top language codecov GitHub Actions Status Conventional Commits semantic-release GitHub release npm package Docker Cloud Build Status GitHub commits since latest release

What's bash-base?

A common lib for creating bash script easily.

Latest Update

See CHANGELOG.md

How to use

Get from github

you can let YVM (Yarn Version Manager) manage it for you doing :

  • curl -fsSL https://raw.githubusercontent.com/tophat/yvm/master/scripts/install.sh | bash
  • yvm install
  • yvm use

Or you can install direct a yarn version using the command :

curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version [version]
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
curl -o- https://raw.githubusercontent.com/zhang-hongjie/bash-base/v2.2.12/bash-base.sh | bash

Install from NPM

See npm repackage

npm install -g bash-base

Then you can find it in /usr/local/bin/bash-base

Install from docker

See docker hub

docker pull zhj2074/bash-base:latest

Or run directly

docker run -it zhj2074/bash-base:latest

Example

See example folder

Reference

See reference

Contributing

See How to contribute

License

MIT.

Keywords

FAQs

Package last updated on 01 Sep 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc