generator-nodehttps

0.2.3 • Public • Published

generator-nodehttps

npm version Build Status Coverage Status

Yeoman generator for creating a locally hosted HTTPS site using Node.js.

There are many options for creating a locally hosted HTTP site, but HTTPS is another matter. This generator simplifies this.

Initially it will create the server.js for you and provide instructions on how to create a self-signed certificate and configure your development environment to trust the certificate.

In the future it will prompt you to provide the certificate & key for a commercially acquired certificate, or it will create & trust a self-signed certificate for you.

Roadmap for upcoming plans / features / fixes

Install

Install yo and generator-nodehttps globally using NPM:

$ npm install -g yo generator-nodehttps

Usage

Make a new directory and cd into it:

$ mkdir my-new-https-site && cd $_

Run yo nodehttps:

$ yo nodehttps

Follow the instructions at the end of the generator for configuring the SSL certificate following these instructions: Configure Express with SSL Certificate for HTTPS Development on OS X.

Running Tests

Test the generator by running:

$ npm test

Changelog

Recent changes can be viewed on Githb on the Releases Page

License

MIT

Package Sidebar

Install

npm i generator-nodehttps

Weekly Downloads

0

Version

0.2.3

License

MIT

Last publish

Collaborators

  • andrewconnell