Yeoman generator for creating a custom Heroku buildpack.
- Generates buildpack scripts
bin/detect,bin/compileandbin/release - shUnit2 based test script
bin/test - Comes with a wrapper script
test-in-dockerto runbin/testin a cedar-like environment (progrium/cedarish) - Travis CI and Drone files
To install generator-buildpack from npm, run:
$ npm install -g generator-buildpackFinally, initiate the generator:
$ mkdir heroku-buildpack-hello
$ cd $_
$ yo buildpack
Tell me about your custom Heroku buildpack.
[?] Buildpack for: hello
[?] Would you mind telling me your username on GitHub: amtrackMost of the stuff is stolen from the Buildpack API documentation and heroku/heroku-buildpack-python
MIT

