arthur791004 / ns

Make life easy to select and autocomplete npm scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ns

Make life easy to select, autocomplete and run npm scripts

Screenshots

ns demo

Installation

# yarn
$ yarn global add @arthur791004/ns

# npm
$ npm install --global @arthur791004/ns

Usage

Run with Installation

$ ns

Note that ns would load .env automatically, so you could add environment variables into it

Run without Installation

If you don't want to install

npx @arthur791004/ns

Options

  • --detail - print detail of script
  • --use-npm - use npm to run script

About

Make life easy to select and autocomplete npm scripts

License:MIT License


Languages

Language:JavaScript 100.0%