This package has been deprecated

Author message:

WARNING: This project has been renamed to rainypack-cli. Install using rainypack-cli instead.

rw-cli

0.0.7 • Public • Published

rw-cli[WIP]

npm npm npm npm

CLI for rainywebpack.

Getting Started

# Install
$ yarn global add rw-cli

# Create rainywebpack project
$ rw new demo

# Start rainywebpack
$ cd demo
$ yarn start

Generated File Tree

.
├── .babelrc
├── .eslintignore
├── .eslintrc.js
├── .gitignore
├── .prettierignore
├── .prettierrc
├── .stylelintrc
├── README.md
├── package.json
├── src
│   ├── App.js
│   ├── App.less
│   ├── avatar.jpg
│   ├── index.ejs
│   ├── index.js
│   └── utils.js
├── webpack.common.js
├── webpack.dev.js
├── webpack.prod.js
└── yarn.lock

Readme

Keywords

Package Sidebar

Install

npm i rw-cli

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

20.8 kB

Total Files

7

Last publish

Collaborators

  • geekrainy