Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

generator-heroku

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-heroku

A heroku setup generator for Yeoman

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

Generator heroku

Build Status NPM version Dependency Status

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.

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 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

Keywords

yeoman-generator

FAQs

Package last updated on 23 Nov 2013

Did you know?

Socket

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