Socket
Socket
Sign inDemoInstall

generator-buildpack

Package Overview
Dependencies
691
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-buildpack

Heroku buildpack


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 20 Aug 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc