Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 500 Bytes
libvis logo

This is a template for a libvis module

Quickstart

pip install cookiecutter
cookiecutter gh:libvis/module-template-files

Answer the setup questions, and the tool will generate a new directory with name of the package.

See readme in generated directory for installation instructions.

Use develop command of libvis-mods to start a hot-reload server for easy development.