This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node-pack-run

1.0.5 • Public • Published

node-pack-run

用于运行nodejs包中的脚本

在项目根目录(package.json所在的目录)运行此命令既可以运行package.json中制定的script脚本

安装

npm install -g node-pack-run

运行

如果package.json中配置了start命令,则会运行start命令,后可以跟参数

$ npr start -c config.json
server is linsten on 3000

如果直接运行npr命令则会列出所有命令

$ npr
build
clear
start
test

Readme

Keywords

none

Package Sidebar

Install

npm i node-pack-run

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

8.71 kB

Total Files

4

Last publish

Collaborators

  • yizhi