equinor / webviz-plugin-boilerplate

Quickly get started creating webviz-config plugins :rocket:
GNU Lesser General Public License v3.0
5 stars 6 forks source link

Add CLI tool for creating custom plugins #18

Open rubenthoms opened 2 years ago

rubenthoms commented 2 years ago

Create a small CLI tool à la cookiecutter which helps creating custom plugins.

It could ask for the plugin's name (and check its validity), its purpose (maybe different file sets for different purpose plugins?) etc. and use JINJA templates for creating the files described in #17.