UNPKG

script-launcher

Version:

Enhance your package.json scripts with features like: menus, functions, arrays, concurrency and many more.

23 lines (22 loc) 734 B
{ "menu": { "description": "action", "serve:Serve your app.": { "description": "environment", "dev:Serve your app for the development environment.": "serve:dev", "acc:Serve your app for the acceptance environment.": "serve:acc", "prd:Serve your app for the production environment.": "serve:production" }, "build:Build your app.": { "description": "environment", "dev:Builds your app for the development environment.": "build:dev", "acc:Builds your app for the acceptance environment.": "build:acc", "prd:Builds your app for the production environment.": "build:production" } }, "options": { "menu": { "defaultChoice": "serve:development" } } }