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

mishell

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mishell

Collection of shell utilities.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source



🐚 Mishell

Collection of shell utilities related to git, npm and more.




Installation

npm i mishell

Usage

With installation:

mishell [command]

Without installation:

npx mishell [command]

Documentation

run-if-file-exist

  • Alias: rife
  • Usage: rife [command] [--file=file1] [--file=file2] ... [--file=file3]
  • Description: Pull docker images if a docker-compose.yml exists.

git-default-remote-branch

  • Alias: gdrb
  • Usage: gdrb [remote=origin]
  • Description: Return the default remote branch for a git repo.

git-clean-branches

  • Alias: gcb
  • Usage: gcb [remote=origin]
  • Description: Remove all local branches preserving the default remote branch for a git repo.

git-fetch-pull

  • Alias: gfp
  • Usage: gfp [branch=current] [remote=origin]
  • Description: Fetch and pull remote changes for a git repo.

git-refresh

  • Alias: gr
  • Usage: gr [remote=origin]
  • Description: Remove all local branches preserving the default remote branch for a git repo. Also fetch and pull changes from the default remote branch.

update-nvmrc

  • Alias: un
  • Usage: un [version=--lts]
  • Description: Update the local .nvmrc file with the specified nvm version.

npm-pre-version

  • Alias: npv
  • Usage: npv [newversion] [releaseid]
  • Description: Create an NPM new tag pre-version.



MIT License
Made with ♥ by: Rubens Mariuzzo for Mishell, my love.

Keywords

shell

FAQs

Package last updated on 12 Feb 2021

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