Treefrog Yeoman Generator. Treefrog helps interconnect React and Angular frontends with Trails Apps as Isomorphic apps.
Looking for the Style Library? Visit https://github.com/CaliStyle/treefrog.
Looking for the Trailpack? Visit https://github.com/CaliStyle/trailpack-treefrog.
Stability: 1 - Experimental
$ npm install generator-treefrog -g
You will need Yeoman installed to use the generator
$ cd <yourAppDirectory>
$ yo treefrog --help
Usage:
$ yo treefrog [options]
Options:
--help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--skip-update # Do not check for generator's updates Default: false
Generators:
Initialize App
yo treefrog
Create New Api
yo treefrog:api <api-name>
Create New Model
yo treefrog:model <model-name>
Create New Controller
yo treefrog:controller <controller-name>
Create New Policy
yo treefrog:policy <policy-name>
Create New Service
yo treefrog:service <service-name>
We have a Trail Map (Road Map) Please check out our Trail Map to see the direction we are heading.
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.