README.md
# generator-trailpack
[![Gitter][gitter-image]][gitter-url]
[![NPM version][npm-image]][npm-url]
[![Linux + OSX Build Status][ci-image]][ci-url]
[![Windows Build Status][appveyor-image]][appveyor-url]
[![Code Climate][codeclimate-image]][codeclimate-url]
[![Follow @trailsjs on Twitter][twitter-image]][twitter-url]
Trailpack Yeoman Generator.
## Usage
```sh
$ yo trailpack --help
Usage:
yo trailpack [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:
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! Please check out our [Contributor's Guide](https://github.com/trailsjs/trails/blob/master/.github/CONTRIBUTING.md) for more
information on how our projects are organized and how to get started.
## License
[MIT](https://github.com/trailsjs/trails/blob/master/LICENSE)
<img src="http://i.imgur.com/dCjNisP.png">
[npm-image]: https://img.shields.io/npm/v/trails.svg?style=flat-square
[npm-url]: https://npmjs.org/package/generator-trailpack
[ci-image]: https://img.shields.io/travis/trailsjs/generator-trailpack.svg?style=flat-square&label=Linux%20/%20OSX
[ci-url]: https://travis-ci.org/trailsjs/generator-trailpack
[appveyor-image]: https://img.shields.io/appveyor/ci/trailsjs/generator-trailpack/master.svg?style=flat-square&label=Windows
[appveyor-url]: https://ci.appveyor.com/project/trailsjs/generator-trails
[codeclimate-image]: https://img.shields.io/codeclimate/github/trailsjs/generator-trailpack.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/trailsjs/generator-trailpack
[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square
[gitter-url]: https://gitter.im/trailsjs/trails
[twitter-image]: https://img.shields.io/twitter/follow/trailsjs.svg?style=social
[twitter-url]: https://twitter.com/trailsjs