This package has been deprecated

Author message:

webpack-configless have rename to libpack

webpack-configless

0.4.1 • Public • Published

webpack-configless

Greenkeeper badge Build Status Dependency License Prettier Node npm version

CLI tool for quickly develop Javascript/Typescript/Flow/React library without any configuration

Support ES2015/ES2016/ES2017/Flow/Typescript/JSX...and so on

I hate endless config

Installation

npm install webpack-configless -g

Usage

$ webpack-configless --help
 
   webpack-configless 0.2.0 - use webpack without config
     
   USAGE
 
     webpack-configless 
 
   OPTIONS
 
     --cwd            current work dir           optional                           
     -w, --watch      watch the file change      optional                           
     -e, --entry      entry file                 required      default: "./index.js"
     -o --output      output dir                 required      default: "./build/"  
     -m --minify      minify output file         optional                           
 
   GLOBAL OPTIONS
 
     -h, --help         Display help                                      
     -V, --version      Display version                                   
     --no-color         Disable colors                                    
     --quiet            Quiet mode - only displays warn and error messages
     -v, --verbose      Verbose mode - will also output debug messages    
 
 

Example

webpack-configless -e ./index.js -o ./build

or here is a boilerplate repo

webpack-configless-boilerplate

Contributing

git clone https://github.com/axetroy/webpack-configless.git
cd ./webpack-configless
yarn
yarn test

You can flow Contribute Guide

Contributors


Axetroy

💻 🔌 ⚠️ 🐛 🎨

License

The MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-configless

Weekly Downloads

3

Version

0.4.1

License

ISC

Last publish

Collaborators

  • axetroy