|
|
преди 1 седмица | |
|---|---|---|
| .. | ||
| generators | преди 1 седмица | |
| test | преди 1 седмица | |
| .gitattributes | преди 1 седмица | |
| CHANGELOG.md | преди 1 седмица | |
| README.md | преди 1 седмица | |
| jest.config.js | преди 1 седмица | |
| package.json | преди 1 седмица | |
| tsconfig.json | преди 1 седмица | |
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