ozma
v1.9.2
Published
Intelligent autobuild tool for OzJS
Downloads
32
Maintainers
Readme
OzmaJS
- Intelligent autobuild tool for OzJS
Install
npm install -g ozma
Usage
ozma [build script] --config [configuration file]
Examples
Old examples
- demo1: for production or development
- demo2: for development
- demo3: for production
- demo4: for third party package manager
Supported options
-c
or--config
— 指定配置文件,可省略,默认读取输入文件(build script
)同级目录下的ozconfig.json
作为配置文件-s
or--silent
— 不打印任何提示信息,除了错误信息--library-release
— 以库的形式构建发布文件,不包含build script,不在require.config添加ozma的记录--enable-modulelog
— 允许js文件中的console信息打印在终端里
Integration with...
- grunt-ozjs: Grunt tasks for oz.js and ozma.js
- gulp-ozjs: gulp tasks for oz.js and ozma.js
Source code
More References
See OzJS References
License
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.