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

https://github.com/chances/generator-teraflop

Generate a plugin for a Teraflop game
https://github.com/chances/generator-teraflop

Last synced: 2 months ago
JSON representation

Generate a plugin for a Teraflop game

Awesome Lists containing this project

README

        

# Teraflop Scripting API Plugin Generator

Generate a plugin for a game that uses the [Teraflop engine](https://github.com/chances/teraflop-d#readme).

## Usage

1. Install [Copier](https://copier.readthedocs.io/en/stable/): `pipx install copier`

You _may_ have to first install [pipx](https://pipxproject.github.io/pipx/): `pip install pipx`
2. Scaffold a new plugin: `copier gh:chances/generator-teraflop path/to/new/plugin`

### Updating a Project

The plugin template will be changed and updated periodically. This generator can help you migrate your plugin project.

See Copier's [Updating a project](https://copier.readthedocs.io/en/stable/updating/) documentation.

## License

[MIT License](http://opensource.org/licenses/MIT)

Copyright © 2020 Chance Snow. All rights reserved.