This is a sample npm package hosted at GitHub Packages.
Create .npmrc
:
@himajin-dev:registry=https://npm.pkg.github.com
Install npm package:
npm install @himajin-dev/sample-npm-package
Install dependencies:
yarn install
Transpile to JavaScript:
yarn build
Publish to GitHub Packages:
npm publish
If you are not logged in, log in to GitHub Packages:
npm login --registry=https://npm.pkg.github.com