tree: 216d80164c805937ba00cb2d4ee0ce0726bd7641 [path history] [tgz]
  1. generators/
  2. test/
  3. .eslintrc
  4. .gitattributes
  5. CHANGELOG.md
  6. jest.config.js
  7. package.json
  8. README.md
  9. tsconfig.json
superset-frontend/packages/generator-superset/README.md

generator-superset

Version Libraries.io

Scaffolder for Superset

Installation

First, install Yeoman and generator-superset using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @superset-ui/generator-superset

Usage

Generate a new package or visualization plugin:

mkdir /tmp/superset-plugin-chart-hello-world
cd /tmp/superset-plugin-chart-hello-world
yo @superset-ui/superset

License

Apache-2.0

learn more about Yeoman.