generator-terrdl

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i generator-terrdl

Weekly Downloads

0

Version

0.3.0

License

ISC

Unpacked Size

57.3 kB

Total Files

42

Last publish

Collaborators

  • skonves