superset/superset-frontend/temporary_superset_ui/superset-ui/packages/generator-superset
Yongjie Zhao d490ee89b1 chore: fix end-of-file (#1468)
* chore: end of file fixer

* compress image

* lint without build

* lintrc improvment

* exporting

* update parallel-coordinates tsconfig

* add license to md file

* add license

* add eslintignore
2021-11-26 11:47:39 +08:00
..
generators chore: fix end-of-file (#1468) 2021-11-26 11:47:39 +08:00
test chore: fix end-of-file (#1468) 2021-11-26 11:47:39 +08:00
.gitattributes Add generator-superset (#21) 2021-11-26 11:44:34 +08:00
CHANGELOG.md chore: fix end-of-file (#1468) 2021-11-26 11:47:39 +08:00
package.json chore: publish v0.18.24 2021-11-26 11:47:39 +08:00
README.md chore: fix end-of-file (#1468) 2021-11-26 11:47:39 +08:00

generator-superset

Version David (path)

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 in @superset-ui

cd superset-ui/packages
mkdir superset-ui-new-package
cd superset-ui-new-package
yo @superset-ui/superset

License

Apache-2.0

learn more about Yeoman.