https://github.com/allejo/bzflagplugintemplate
A template for creating BZFlag plugin folders ready for distribution via git
https://github.com/allejo/bzflagplugintemplate
bzflag bzflag-plugin
Last synced: 3 months ago
JSON representation
A template for creating BZFlag plugin folders ready for distribution via git
- Host: GitHub
- URL: https://github.com/allejo/bzflagplugintemplate
- Owner: allejo
- Created: 2016-02-11T18:05:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T05:33:48.000Z (about 4 years ago)
- Last Synced: 2025-01-15T03:05:23.362Z (5 months ago)
- Topics: bzflag, bzflag-plugin
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BZFlag Plugin Template
A self destructing BZFlag plug-in folder structure that's ready for distribution for git.
All of my plug-ins follow the same file structure for easy distribution and that structure is based on this repository. When used in union with my [BZFlag Plugin Starter](https://bzflag-plugin-starter.allejo.org/), you're pretty much set.
What do you mean self-destructing? Well... Once you clone this repository and then execute the `genplug.sh` script, it will create and rename the necessary files and then it'll remove it's own git history, create a new git history for the plugin and finally removes the script itself. Self-destruction!
## How to Use
```
./genplug.sh
git remote add origin
git push --force -u origin master
```## License
MIT