generator-trailpack
TrailPack Yeoman Generator.
Usage
$ yo trailpack --help
Usage:
yo trailpack [options]
Options:
--help
--skip-cache
--skip-install
--skip-update
Generators:
Create New Api
yo trailpack:api <api-name>
Create New Model
yo trailpack:model <model-name>
Create New Controller
yo trailpack:controller <controller-name>
Create New Policy
yo trailpack:policy <policy-name>
Create New Service
yo trailpack:service <service-name>
Contributing
We love contributions! In order to be able to review your code efficiently,
please keep the following in mind:
- Pull Requests (PRs) must include new and/or updated tests, and all tests must pass.
- Use
eslint
! See the eslintConfig
in package.json. - Please reference the relevant issue in your Pull Request.
License
MIT