README
generator-rd-frontend
Resultados Digitais App Generator
Installation
First, install Yeoman and generator-rd-frontend using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rd-frontend
Generation
Just run:
yo rd-frontend
Running locally
Checkout
git@github.com:ResultadosDigitais/generator-rd-frontend.gitInstall dependencies
cd generator-rd-frontend && yarnExports the project (only first time)
yarn linkCreate some another folder to generate project inside it
cd .. && mkdir test && cd testGenerate new project
yo rd-frontend