Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trailsjs/generator-trailpack
https://github.com/trailsjs/generator-trailpack
generator trailpack trails web-framework yeoman
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trailsjs/generator-trailpack
- Owner: trailsjs
- License: other
- Created: 2015-12-17T20:39:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T01:33:31.000Z (almost 8 years ago)
- Last Synced: 2023-12-09T08:42:03.093Z (11 months ago)
- Topics: generator, trailpack, trails, web-framework, yeoman
- Language: JavaScript
- Size: 64.5 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 --helpUsage:
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: falseGenerators:
Create New Api
yo trailpack:apiCreate New Model
yo trailpack:modelCreate New Controller
yo trailpack:controllerCreate New Policy
yo trailpack:policyCreate New Service
yo trailpack:service
```## 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)[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