Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dool

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dool

d-band tool & dev tool

  • 5.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-79.37%
Maintainers
2
Weekly downloads
 
Created
Source

dool

d-band tool & dev tool based on webpack, changed from atool

________               ______
___  __ \______ ______ ___  /
__  / / /_  __ \_  __ \__  / 
_  /_/ / / /_/ // /_/ /_  /  
/_____/  \____/ \____/ /_/ 

NPM version NPM downloads Build Status Coverage Status Dependency Status Greenkeeper badge


Install

$ npm install dool -g

Usage

$ 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]

asciicast

Configuration

  • configuration file: .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,
  babelProposals: Object,
  babelEnvOptions: Object,
  postcssPlugins: Object | Array,
  autoprefixer: false | Object,
  define: Object,
  externals: Object,
  extract: Boolean,
  cssModules: true | Array,
  cssSourceMap: Boolean,
  commons: true | Object | Array,
  compress: Boolean,
  manifest: Boolean | Object,
  hash: Boolean,
  devtool: String,
  devServer: Object
}

Report a issue

License

dool is available under the terms of the MIT License.

Keywords

FAQs

Package last updated on 12 Apr 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc