xushili 5cea5c6284 first пре 10 месеци
..
generators 5cea5c6284 first пре 10 месеци
test 5cea5c6284 first пре 10 месеци
.gitattributes 5cea5c6284 first пре 10 месеци
CHANGELOG.md 5cea5c6284 first пре 10 месеци
README.md 5cea5c6284 first пре 10 месеци
jest.config.js 5cea5c6284 first пре 10 месеци
package.json 5cea5c6284 first пре 10 месеци
tsconfig.json 5cea5c6284 first пре 10 месеци

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.