@stoplight/ui

v0.0.3
Stoplight core UI components.

depcheck

depcheck --specials jest --ignore-dirs dist,es,docs,.rpt2_cache

prebuild

yarn clean

build

NODE_ENV=production yarn build.main && yarn build.module && yarn build.docs

build.dev

NODE_ENV=development yarn build.main

build.module

tsc --outDir .

build.docs

typedoc --out docs --target es6 --theme minimal --mode file src

build.main

rollup -c

start

NODE_ENV=development yarn build.main -w

clean

git clean -fdX .
npm i @stoplight/[email protected]

Metadata

  • MIT
  • Whatever
  • Stoplight
  • released 1/12/2018

Downloads