Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 384 Bytes

Example Hapi Plugin

Install

npm install

Run

npm start

Publishing your plugin to Taylor's private npm repository

Login into the npm repo

npm login //follow all the prompts

Versioning your module

npm version // Please see https://docs.npmjs.com/cli/version for you specific situation

Publish your module

npm publish