generator-arc

React app generator with Webpack, React Router, Jest, Redux, Server Side Rendering and more

Usage no npm install needed!

<script type="module">
  import generatorArc from 'https://cdn.skypack.dev/generator-arc';
</script>

README

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;