Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.73 KB

Readme.md

File metadata and controls

47 lines (34 loc) · 1.73 KB

chillerlan/js-library-template

A template/boilerplate for JavaScript libraries.

License Build CodeCov

Overview

Features

Documentation

Register a package with {the GitHub package registry](https://github.com/features/packages), requires a PAT for the repo/org:

npm adduser
# ...
npm login --scope=@chillerlan --auth-type=legacy --registry=https://npm.pkg.github.com
# ...
npm publish --access public

Disclaimer

Use at your own risk!