@denali-design/react

v1.0.0-alpha.2
React.JS component library for the Denali CSS Framework
denali js react component library design css

build

tsc -p .

lint

eslint . --ext .ts,.tsx,.js,.jsx --fix

pretest

npm run lint

test-ci

npm run unit-test -- --ci --runInBand

test

npm run unit-test

test:update

jest --u

unit-test

jest --coverage

start

start-storybook -p 6006 --no-manager-cache

build-storybook

build-storybook

deploy-storybook

storybook-to-ghpages

pr-storybook

build-storybook --no-dll -c .storybook -o artifacts/storybook

vsc-ext

extList=$(node ./.vscode/.export-ext.js) && code --install-extension $extList

prepare

husky install
npm i @denali-design/[email protected]

Metadata

Downloads