https://github.com/passy/generator-heroku
A Heroku config generator for Yeoman
https://github.com/passy/generator-heroku
Last synced: 4 months ago
JSON representation
A Heroku config generator for Yeoman
- Host: GitHub
- URL: https://github.com/passy/generator-heroku
- Owner: passy
- License: mit
- Created: 2013-04-26T17:31:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:31:33.000Z (about 9 years ago)
- Last Synced: 2025-10-04T17:17:31.670Z (10 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 45
- Watchers: 0
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yeoman Generator Heroku
[](https://travis-ci.org/passy/generator-heroku)
[](http://badge.fury.io/js/generator-heroku)
[](https://gemnasium.com/passy/generator-heroku)

## Introduction
A generator for Yeoman that sets up heroku hosting for you by creating a
`Procfile` and setting up a node-based static http server using
[static](https://github.com/hongymagic/statik).
## Roadmap
Once there are placeholders in Yeoman, this will automatically rewire your
Gruntfile to automatically copy the required files. For now, you have to
manually adjust your build step for this to work comfortably.
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-heroku`
- Make sure you are in the root of your existing Yeoman application.
- Run: `yo heroku`
## Options
- `--dist` lets you choose a distribution directory other than the default `dist`.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)