Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 911 Bytes

File metadata and controls

31 lines (22 loc) · 911 Bytes

generator-rm

Scaffold out a rollup module

Installation

First, install Yeoman and generator-rm using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-rm

Then generate your new project:

yo rm

License

MIT © BinRui.Guan