cwra

1.0.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i cwra

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

5.09 kB

Total Files

3

Last publish

Collaborators

  • pseudogod