0.2.0 • Published 4 years ago

generator-rd-frontend v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

  1. Checkout
    git@github.com:ResultadosDigitais/generator-rd-frontend.git

  2. Install dependencies
    cd generator-rd-frontend && yarn

  3. Exports the project (only first time)
    yarn link

  4. Create some another folder to generate project inside it
    cd .. && mkdir test && cd test

  5. Generate new project
    yo rd-frontend