0.5.1 • Published 8 years ago

generator-arc v0.5.1

Weekly downloads
64
License
MIT
Repository
github
Last release
8 years ago

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;
0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago