@shoelace-style/shoelace

v2.0.0-beta.65
A forward-thinking library of web components.
web components custom elements components

lint

eslint src --max-warnings 0

test

node scripts/build.js --bundle && web-test-runner

build

node scripts/build.js --bundle --types --copydir "docs/dist"

start

node scripts/build.js --bundle --serve

create

plop --plopfile scripts/plop/plopfile.js

verify

npm run prettier:check && npm run lint && npm run ts-check && npm run test && npm run build

lint:fix

npm run lint -- --fix

prettier

prettier --write --loglevel warn .

ts-check

tsc --noEmit --project ./tsconfig.json

spellcheck

cspell "**/*.{js,ts,json,html,css,md}" --no-progress

test:watch

web-test-runner --watch

prepublishOnly

npm run verify

prettier:check

prettier --check --loglevel warn .

update-dependencies

npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify

list-outdated-dependencies

npm-check-updates --format repo --peer
npm i @shoelace-style/[email protected]

Metadata

  • MIT
  • >=14.17.0
  • Cory LaViska
  • released 2/10/2022

Downloads

Maintainers