文件名称:node-cli-boilerplate:这是nodejs cli应用程序的样板
文件大小:95KB
文件格式:ZIP
更新时间:2024-05-18 21:21:50
nodejs cli boilerplate node cli-application
节点CLI样板 这是使用节点创建cli应用程序的样板。 1.适应您的应用程序: 查找所有loki事件并将其重命名为您的应用程序名称。 例如: shiny-cli-app 2.开发命令 # To link the cli app, start the watch and rebuild process. $ > npm run start # to just build the cli app: $ > npm run build $ > npm run clean:build # This will build and link the cli app into your machine. $ > npm run setup # use this to remove the cli app from your machine. $ > npm run remove # see all a
【文件预览】:
node-cli-boilerplate-master
----.gitignore(80B)
----package.json(1KB)
----package-lock.json(392KB)
----src()
--------meat()
--------commands()
----.nvmrc(12B)
----jest.config.js(172B)
----.eslintrc.js(341B)
----README.md(3KB)
----.eslintignore(14B)
----babel.config.js(157B)