概括
包含几个开发工具。
command.js( dev )
这允许项目具有定制的命令。
用法
在您的项目中创建.dev.conf.json文件。 运行dev ,脚本将在当前目录及其上方的目录中查找此文件。 它根据这些配置生成一组命令。
语法:(基于npm commander )
{
" commands " : [
{
" command " : " Will be passed to `command` " ,
" description " : " Will be passed to `description` for this command " ,
" actions " : " Command line actions to run. Use #n for the arguments specified in the com
2021-02-17 10:04:50
78KB
Shell
1