1.0.4 • Published 3 years ago

cwra v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cwra

cwra is command which creates a boilerplate directory for react-webpack application

Installation

npm install -g cwra

Execute

cwra

This will prompt you a question for the Project name. Take care that the directory is not already present

This will create a folder structure as follows:

project_name  
│___ node_modules
|
└─── src
│    |   index.js
|    |   index.html
│    |   App.js  
| .babelrc
| package-lock.json
| package.json
| webpack.config.js

It will also install all the dependencies for a basic react-project, create the basic configuration files for webpack and babel.

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago