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
- Host: GitHub
- URL: https://github.com/chances/generator-teraflop
- Owner: chances
- License: mit
- Created: 2020-12-28T03:33:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T07:34:36.000Z (over 4 years ago)
- Last Synced: 2025-01-09T22:24:24.163Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.