Skip to content

BreakthroughBehavioralInc/mdlkit

Repository files navigation

mdlkit

MDLIVE's design system

Getting Started

To install and publish a package, you will need a Github personal access token.

  1. Create a Github *personal access token with access to the repo, read:packages, and write:packages scopes.
  2. Create or edit your npmrc (~/.npmrc) replacing TOKEN with your personal access token
@BreakthroughBehavioralInc:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=TOKEN

Installing

Packages are available *here

  1. Add the following to the .npmrc in the root of your project
@breakthroughbehavioralinc:registry=https://npm.pkg.github.com
  1. Install the package
npm install @breakthroughbehavioralinc/mdlkit

or

yarn add @breakthroughbehavioralinc/mdlkit

Publishing a package

  1. Login to the package registry
npm login --registry=https://npm.pkg.github.com
  • Your username is your github username.
  • Your password is your github personal access token.
  1. Build the package
yarn prepare
  1. Publish!
npm publish

source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5