An open API service indexing awesome lists of open source software.

https://github.com/luocfprime/labtasker-plugin-template

A cookiecutter template for Labtasker plugins.
https://github.com/luocfprime/labtasker-plugin-template

Last synced: 4 months ago
JSON representation

A cookiecutter template for Labtasker plugins.

Awesome Lists containing this project

README

          

# Labtasker Plugin Template

This is a [cookiecutter](https://github.com/cookiecutter/cookiecutter) template for creating plugins for [Labtasker](https://github.com/luocfprime/labtasker).

You can use this template to quickly scaffold a new plugin project with the necessary structure and files.

## Usage

Make sure you have cookiecutter installed.

```bash
pipx install cookiecutter
```

Initialize a new project using this template.

```bash
cookiecutter gh:luocfprime/labtasker-plugin-template
```