文件名称:cli-config:用于在 flatiron CLI 应用程序中管理配置的封装命令
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-02 09:28:59
JavaScript
熨斗-cli-config 用于在 flatiron CLI 应用程序中管理配置的封装命令 例子 flatiron-cli-config核心是一个兼容百老汇的插件,可以被任何flatiron应用程序使用: var flatiron = require ( 'flatiron' ) , app = flatiron . app ; // // Configure the Application to be a CLI app with // a JSON configuration file `test-config.json` // app . name = 'app.js' ; app . config . file ( { file : 'test-config.json' } ) ; app . use ( flatiron . plu
【文件预览】:
cli-config-master
----.gitignore(42B)
----package.json(651B)
----LICENSE(1KB)
----examples()
--------app.js(572B)
----README.md(2KB)
----lib()
--------flatiron-cli-config.js(2KB)
--------commands.js(4KB)
----test()
--------cli-config-test.js(556B)
--------commands-test.js(2KB)