A simple project to show how GitHub Packages work with NPM.
To use this in your own project simply add it to the dependencies:
npm install -D @srepollock/hello-world-package
Then add at the top of the index.js
file:
var add = require('@srepollock/hello-world-package');
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Spencer Pollock - @srepollock
This project is licensed under the MIT License - see the LICENSE.md file for details