Skip to content

srepollock/hello-world-package

Repository files navigation

Hello World Package

A simple project to show how GitHub Packages work with NPM.

TypeScript Open Source Love semantic-release

Getting Started

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');

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details