superset/superset-frontend/temporary_superset_ui/superset-ui-plugins-deckgl
Yongjie Zhao 04e3cfa607
refactor(monorepo): relocate deckgl to Superset (#17596)
2021-12-09 08:45:18 +08:00
..
.github fix EOF 2021-11-30 11:26:18 +08:00
packages refactor(monorepo): relocate deckgl to Superset (#17596) 2021-12-09 08:45:18 +08:00
scripts build: migrate to nimbus (#8) 2021-11-30 11:14:25 +08:00
.gitignore chore: add Highly-used tag for charts (#36) 2021-11-30 11:14:35 +08:00
.npmrc initial commit 2021-11-30 11:14:18 +08:00
.nvmrc feat(chart-controls): implement dnd controls for all charts (#33) 2021-11-30 11:14:35 +08:00
.travis.yml feat(chart-controls): implement dnd controls for all charts (#33) 2021-11-30 11:14:35 +08:00
CHANGELOG.md docs: clear changelog 2021-11-30 11:14:20 +08:00
LICENSE fix EOF 2021-11-30 11:26:18 +08:00
README.md chore: readme lint fix 2021-11-30 11:14:36 +08:00
commitlint.config.js initial commit 2021-11-30 11:14:18 +08:00
lerna.json v0.4.13 2021-11-30 11:14:39 +08:00
package.json chore: version bump (#45) 2021-11-30 11:14:38 +08:00
yarn.lock chore: version bump (#45) 2021-11-30 11:14:38 +08:00

README.md

@superset-ui/plugins-deckgl 🔌💡

Codecov branch Build Status David Netlify Status

Demo (Storybook)

Most recent release: https://apache-superset.github.io/superset-ui-plugins-deckgl/

Current master: https://superset-ui-plugins-deckgl.netlify.com

Packages

Package Version
@superset-ui/legacy-preset-chart-deckgl Version

Contribution and development guide

Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.

Releasing

Make sure you have commit rights to the main superset-ui-plugins-deckgl repo, have checked it out (NOT a fork!) and belong to the superset-ui org on npm (=can publish new versions).

  1. yarn install
  2. yarn build
  3. yarn release-patch-version. This will raise an error, but you should see a new commit and tag, e.g. v0.4.8
  4. go to the DeckGL directory: cd packages/superset-ui-legacy-preset-chart-deckgl
  5. make sure you're logged into npm: npm whoami should display your npm username.
  6. npm publish

License

Apache-2.0