Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
d-band tool & dev tool based on webpack, changed from atool
________ ______
___ __ \______ ______ ___ /
__ / / /_ __ \_ __ \__ /
_ /_/ / / /_/ // /_/ /_ /
/_____/ \____/ \____/ /_/
$ npm install dool -g
$ dool -h
Usage: dool <command> [options]
Commands:
init Initialize project
build Build project
server Serve project
Options:
--version, -v Show version number
--help, -h Show help
$ dool build -h
Usage: dool build [options]
Options:
--version, -v Show version number [boolean]
--help, -h Show help [boolean]
--compress Build with compress [default: true]
--extract Build with extract CSS [default: true]
--config Custom config path [default: "webpack.config.js"]
--hash Build with hash and output map.json [default: false]
--watch, -w Watch and rebuild [default: false]
--cluster Run build with cluster [default: false]
--output-path, -o Output path [default: "./dist"]
--public-path, -P Public path [string]
--devtool SourceMap generate method [string]
--verbose Show more details [default: false]
.doolrc
or .doolrc.js
.doolrc
is JSON file.doolrc.js
support export Object or Function// .doolrc
{
entry: Object,
files: String | Array,
filesBase: String,
publicPath: String,
outputPath: String,
babelPlugins: Array,
postcssPlugins: Object | Array,
autoprefixer: false | Object,
externals: Object,
extract: Boolean,
CSSModules: true | Array,
CSSSourceMap: Boolean,
commons: true | Object | Array,
compress: Boolean,
hash: Boolean,
devtool: String,
devServer: Object
}
dool is available under the terms of the MIT License.
FAQs
d-band tool & dev tool
The npm package dool receives a total of 2 weekly downloads. As such, dool popularity was classified as not popular.
We found that dool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.