1.0.2 • Published 2 years ago

scripts-allin v1.0.2

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

scripts-allin

run multiple scripts on a terminal

install

npm install scripts-allin -g 

use

// package.json
"scripts": {
    "dev":"scripts-allin --npm-script dev:watch dev:nodemon",
    "dev:watch": "tsc -w",
    "dev:nodemon":"nodemon build/index.js",
    "build": "tsc",
    "start:stable": "SERVER_ENV=stable node build/index.js",
    "start:online": "SERVER_ENV=online node build/index.js"
  },

we make multiple npm scripts on a terminal,for example 'dev' script

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago