https://github.com/d-band/dool-build
d-band tool & dev tool based on webpack
https://github.com/d-band/dool-build
devtool dool frontend webpack
Last synced: 4 months ago
JSON representation
d-band tool & dev tool based on webpack
- Host: GitHub
- URL: https://github.com/d-band/dool-build
- Owner: d-band
- Created: 2016-01-13T05:36:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T00:55:56.000Z (over 8 years ago)
- Last Synced: 2025-06-11T12:59:09.033Z (9 months ago)
- Topics: devtool, dool, frontend, webpack
- Language: JavaScript
- Homepage:
- Size: 497 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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/)
## 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 output path
-w, --watch [delay] watch file changes and rebuild
--hash build with hash and output map.json
--devtool sourcemap generate method, default is null
--config 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.