Generator-front (Yeoman) 
Yeoman is a client-side scaffolding tool for web applications. We use this to quickly scaffold a component, module, page and story.
Project Installation and Setup
$ git clone git@github.com:HelloPareto/generator-front.git
cd generator-front
npm install
Usage
-
Install the @pareto-engineering/generator-front package globally
$ npm i -g yo @pareto-engineering/generator-front
-
Navigate to the folder you want to scaffold either a component, story, module, or page
// For a component
$ yo @pareto-engineering/front component [name]
// For a story
$ yo @pareto-engineering/front story [name]
// For a page
$ yo @pareto-engineering/front page [name]
// For a module
$ yo @pareto-engineering/front module [name]