@abcnews/palette

v1.0.0-5
This project implements a set of colour palettes for use in data visualisation at ABC News as a javascript package and provides a documentation site and development workflow.

dev

concurrently "vite dev" "svelte-package --watch"

build

vite build

preview

vite preview

package

svelte-package

test

check

svelte-check --tsconfig ./tsconfig.json

check:watch

svelte-check --tsconfig ./tsconfig.json --watch

lint

prettier --ignore-path .gitignore --check --plugin-search-dir=. .

format

prettier --ignore-path .gitignore --write --plugin-search-dir=. .

release

np

version

npm run package && npm run generate-docs && git add docs

generate-docs

svelte-kit sync && typedoc
npm i @abcnews/[email protected]

Metadata

Downloads