0.3.0 • Published 5 years ago

generator-terrdl v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

TERRDL Generator

Application shells built with Typescript, Express, React, Redux, Docker, and Less

How to:

Install the generator

  1. Install yeoman: npm install --global yo
  2. Install TERRDL: npm install --global generator-terrdl

Scaffold a new App

  1. Create a new folder for your app
  2. From within that folder run yo terrdl
  3. Wait for yeoman to finish
  4. Build the new app: npm run build
  5. And start it! npm start

Add a new entity

  1. Run: yo terrdl:entity {entity-name}
  • The entity name can be in a variety of cases, but cannot contain spaces
  • Pluralization is automatically handled by the generator
  1. Use option a to accept all change
  2. Implement services and add new actions as needed
0.3.0

5 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago