@stardust-ui/react

v0.9.2-2565.master.289af29.0
A themable React component library.

build

gulp build

build:docs

gulp --series dll build:docs

build:dist

gulp --series dll build:dist

ci

yarn lint && yarn prettier && yarn test

predeploy:docs

cross-env NODE_ENV=production yarn build:docs

deploy:docs

gulp deploy:docs

lint

tslint -t stylish -p .

lint:fix

yarn lint --fix

prettier

prettier --list-different "**/*.{ts,tsx}"

prettier:fix

prettier --write "**/*.{ts,tsx}"

precommit

lint-staged

prepush

gulp git:prepush

postcommit

git update-index --again

prerelease

yarn ci && cross-env NODE_ENV=production yarn build

postrelease

yarn deploy:docs

release:major

yarn prerelease && ta-script npm/release major && yarn postrelease

release:minor

yarn prerelease && ta-script npm/release minor && yarn postrelease

release:patch

yarn prerelease && ta-script npm/release patch && yarn postrelease

prestart

yarn satisfied --fix yarn

start

gulp --series dll docs

satisfied

satisfied --skip-invalid --ignore "^typescript$"

pretest

yarn satisfied && gulp build:docs:docgen && gulp build:docs:component-menu-behaviors

test

cross-env NODE_ENV=test jest --coverage

test:visual

gulp screener

test:projects:cra-ts

gulp test:projects:cra-ts

test:watch

yarn test --watchAll

generate:component

gulp generate:component
npm i @stardust-ui/[email protected]

Metadata

  • MIT
  • Whatever
  • Levi Thomason
  • released 10/16/2018

Downloads