0.0.1 • Published 6 years ago

create-new v0.0.1

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

About Repository

RCN was created at start as React command line interface - but now it's just templates generator, which gives you possibility for simple generating any filetypes you have in project

Quick start

  1. Run npm install -g rcn to install rcn.
  2. Run rcn -i to to initialize the config file. Then we have oportunity to add own filetypes and templates to config and special folder ('templatesInFolder' property) and generate components.
  3. Run rcn -c component [ComponentName] to create component.
  4. Welcome on board!