|
|
||
|---|---|---|
| .. | ||
| generators | ||
| test | ||
| .gitattributes | ||
| CHANGELOG.md | ||
| README.md | ||
| jest.config.js | ||
| package.json | ||
| tsconfig.json | ||
README.md
generator-superset
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