dool-build
Version:
d-band tool & dev tool
53 lines (35 loc) • 1.86 kB
Markdown
dool-build
===
**DEPRECATED: This library is deprecated, please use [dool](https://github.com/d-band/dool)**
[](https://www.npmjs.com/package/dool-build)
[](https://www.npmjs.com/package/dool-build)
[](https://travis-ci.org/d-band/dool-build)
[](https://coveralls.io/github/d-band/dool-build?branch=master)
[](https://david-dm.org/d-band/dool-build)
[](https://greenkeeper.io/)
> d-band tool & dev tool based on webpack, changed from [atool](https://github.com/ant-tool)
## Install
```bash
$ npm install dool -g
```
## Usage
- Examples: https://github.com/d-band/dool-examples
```
$ dool build -h
Usage: dool-build [options]
Options:
-h, --help output usage information
-v, --version output the version number
-o, --output-path <path> output path
-w, --watch [delay] watch file changes and rebuild
--hash build with hash and output map.json
--devtool <devtool> sourcemap generate method, default is null
--config <path> custom config path, default is webpack.config.js
--no-compress build without compress
```
[](https://asciinema.org/a/34125)
## Report a issue
* [All issues](https://github.com/d-band/dool-build/issues)
* [New issue](https://github.com/d-band/dool-build/issues/new)
## License
dool-build is available under the terms of the MIT License.