bone-build

0.0.7 • Public • Published

bone-build

bone build

安装

$ npm install bone-build

bonefile.js文件内通过bone.cli()载入bone-build

var bone = require('bone');
var build = require('bone-build')();
 
bone.cli(build);

使用

通过下面的命令查看帮助

$ bone build --help

生成一个文件

$ bone build ./dist/file.js

生成项目文件

$ bone build -p project

Readme

Keywords

none

Package Sidebar

Install

npm i bone-build

Weekly Downloads

0

Version

0.0.7

License

MIT

Last publish

Collaborators

  • wyicwx