1.1.4 • Published 6 years ago

new-webpack-app v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

new-webpack-app

šŸš€ Easily create webpack application in one command.

npm version npm total downloads Codacy Badge

Installation

Install package new-webpack-app globally

npm install -g new-webpack-app

Usage

new-webpack-app [options] <project>

Options:
  -j, --jsx <pragma>  Use JSX in project with pragma specified. Default is h()
  -b, --bundle-analyzer  Include webpack bundle analyzer in project
  -h, --help          output usage information

You can specify custom JSX pragma for some frameworks. Example:

new-webpack-app -j jsx.parse testapp

You can add webpack bundle analyzer to your app. In this case bundle analyzer will start on event dev server launch.

Example

new-webpack-app testapp

This command will create new folder called testapp with initial structure of project and install all dependencies.

testapp
ā”œā”€ā”€ .babelrc
ā”œā”€ā”€ package.json
ā”œā”€ā”€ package-lock.json
ā”œā”€ā”€ tsconfig.json
ā”œā”€ā”€ webpack.config.dev.js
ā”œā”€ā”€ webpack.config.prod.js
ā”œā”€ā”€ node_modules
ā”œā”€ā”€ build
│   └── index.html
└── src
    └── index.js
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2-1

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0-1

7 years ago

1.1.0

7 years ago

1.0.1-1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago