vis-dev-utils

v1.0.0
Development utilities for the Vis family projects.
development utils vis

build

rollup --config ./rollup.config.js

clean

rimraf "./{.nyc_output,.rpt2_cache,bin,coverage,gen}/*"

lint

eslint --ext .js,.ts . && prettier --check "**/*.{css,html,js,json,ts}"

lint-fix

eslint --fix --ext .js,.ts . && prettier --write "**/*.{css,html,js,json,ts}"

postinstall

opencollective postinstall || exit 0

prepublishOnly

npm run build

test

npm run build && mocha --exit

watch

rollup --watch --config rollup.config.js

Metadata

Downloads

Maintainers