wonderbly-components

v11.16.3
The home of all of Wonderbly's reusable React Components

test

NODE_ENV=test mocha

test:watch

NODE_ENV=test mocha --watch

test:jest

NODE_ENV=test jest

test:jest:watch

NODE_ENV=test jest --watch

test:jest:clean

jest -u

test:all

yarn lint && yarn test && yarn test:jest

start

styleguidist server --open

styleguide:build

rm -rf styleguide-build/ && styleguidist build

heroku-postbuild

yarn styleguide:build

build

rm -rf lib/ && yarn test:all && yarn build:icons && webpack

watch

webpack --watch

lint

yarn eslint src

lint:fix

yarn eslint src --fix

format

prettier --write .

format:check

prettier --check .

prepare

husky install

prepublishOnly

yarn build

build:icons

svgo -f ./src/assets/icons/iconsax -o ./lib/icons/iconsax
npm i wonderbly-components

Metadata

  • MIT
  • 18.x
  • Wonderbly
  • released 5/13/2024

Downloads