generator-arc

0.5.1 • Public • Published

arclogo2

Standard Style Build Status Coverage Status

generator-arc

This is the generator-arc branch. You can use it to generate components, containers, redux stores and the entire project through a CLI utility.

Download

npm install -g yo generator-arc

Usage

Generate the project

yo arc

Generate components

yo arc:component [--ours] [--theirs] [--containers]
  • --ours: Show only components from the local project;
  • --theirs: Show only components from ARc repository;
  • --containers: Show only containers.

Generate containers

yo arc:container [--ours]
  • --ours: Show only containers from the local project;

Generate store

yo arc:store [--ours] [--theirs]
  • --ours: Show only store from the local project;
  • --theirs: Show only store from ARc repository;

Package Sidebar

Install

npm i generator-arc

Weekly Downloads

6

Version

0.5.1

License

MIT

Last publish

Collaborators

  • diegohaz