Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 544 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 544 Bytes

sample-npm-package

This is a sample npm package hosted at GitHub Packages.

Install

Create .npmrc:

@himajin-dev:registry=https://npm.pkg.github.com

Install npm package:

npm install @himajin-dev/sample-npm-package

Development

Setup

Install dependencies:

yarn install

Usage

Transpile to JavaScript:

yarn build

Publish

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