0.5.1 • Published 9 years ago
generator-arc v0.5.1
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-arcUsage
Generate the project
yo arcGenerate 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;