|
|
hace 1 semana | |
|---|---|---|
| .. | ||
| generators | hace 1 semana | |
| test | hace 1 semana | |
| .gitattributes | hace 1 semana | |
| CHANGELOG.md | hace 1 semana | |
| README.md | hace 1 semana | |
| jest.config.js | hace 1 semana | |
| package.json | hace 1 semana | |
| tsconfig.json | hace 1 semana | |
Scaffolder for Superset
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
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
Apache-2.0