0.0.6 • Published 11 years ago

generator-buildpack v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
11 years ago

generator-buildpack Build Status Build Status

Yeoman generator for creating a custom Heroku buildpack.

Features

  • Generates buildpack scripts bin/detect, bin/compile and bin/release
  • shUnit2 based test script bin/test
  • Comes with a wrapper script test-in-docker to run bin/test in a cedar-like environment (progrium/cedarish)
  • Travis CI and Drone files

Getting Started

To install generator-buildpack from npm, run:

$ npm install -g generator-buildpack

Finally, 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: amtrack

Info

Most of the stuff is stolen from the Buildpack API documentation and heroku/heroku-buildpack-python

License

MIT

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago