dash-daq

v0.1.6-rc3
DAQ components for Dash
dash daq components

demo

builder run demo

lint

eslint --fix --ignore-path .eslintignore .

test

builder run check

start

builder run build-dev

doc-gen

./bin/generateDocs

copy-lib

copyfiles -u 1 lib/* dash_daq

prettier

yarn prettier-src && yarn prettier-tests

dash-demo

python demo.py

doc-stage

git add docs

build-dist

builder run clean-lib && builder run extract-metadata && webpack --config=node_modules/dash-components-archetype/config/webpack/webpack.config.dist.js

prepublish

yarn test && builder run build-dist-dev && yarn copy-lib

test-debug

builder run test-frontend-debug

test-watch

builder run test-frontend-watch

publish-all

yarn publish && python setup.py sdist upload

prettier-src

prettier --single-quote --print-width=100 --write src/**/*.js

publish-pypi

yarn prepublish && python setup.py sdist upload

build-tarball

yarn build-dist && yarn copy-lib && python setup.py sdist

install-local

yarn copy-lib && python setup.py install

build-dist-dev

builder run clean-lib && builder run extract-metadata && webpack --config=node_modules/dash-components-archetype/config/webpack/webpack.config.dev.js

prettier-tests

prettier --single-quote --print-width=100 --write src/components/__tests__/**/*.js

uninstall-local

pip uninstall dash_daq -y

prettier-restage

git update-index --again

test-frontend-cov

jest --coverage --silent

Metadata

  • MIT
  • >=8
  • The Plotly Team
  • released 7/2/2019

Downloads