https://github.com/himenon/npm-run-script-chain
visualize npm-run-script flow
https://github.com/himenon/npm-run-script-chain
npm script-chain visualizing
Last synced: 11 months ago
JSON representation
visualize npm-run-script flow
- Host: GitHub
- URL: https://github.com/himenon/npm-run-script-chain
- Owner: Himenon
- License: mit
- Created: 2018-11-19T16:35:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T15:18:36.000Z (over 5 years ago)
- Last Synced: 2024-04-25T02:41:07.193Z (almost 2 years ago)
- Topics: npm, script-chain, visualizing
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [npm-run-script-chain](https://www.npmjs.com/package/npm-run-script-chain)
[](https://badge.fury.io/js/npm-run-script-chain)

## Install
```sh
npm i -g npm-run-script-chain
```
## Usage
```sh
npm-run-script-chain -f ./example/package.json -p 8005
# short hand
nrsc -f ./example/package.json -p 8005
# Open locahost:8005
```
Set start key to query parameter.
- [x] npm
- [x] yarn
- [x] npm-run-all (run-p)
## Development
```sh
yarn
yarn start
```
## Build
```sh
yarn run build
```
## Publish
```
npm publish
```
## Badges
[](https://travis-ci.org/Himenon/npm-run-script-chain)
[](https://codecov.io/gh/Himenon/npm-run-script-chain)
[](https://david-dm.org/Himenon/npm-run-script-chain)
[](https://david-dm.org/Himenon/npm-run-script-chain?type=dev)
[](https://github.com/prettier/prettier)
[](http://makeapullrequest.com)
[](https://opensource.org/licenses/MIT)
## License
MIT