0.0.8 • Published 9 years ago

bone-act-build v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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
0.0.8

9 years ago