1.0.8 • Published 2 years ago

@allejo/bzf-plugin-gen v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

bzfPluginGen

Build Status Coverage Status Latest release

Generating the skeleton of a BZFlag plug-in can be repetitive, mundane, tedious and synonyms. This library will be dedicated to generating a C++ plug-in skeleton given a JSON object following the IPlugin TypeScript interface.

There is no UI or CLI tool in this repo for you to run and test. If you are looking for a web-based UI, take a look at BZFlag Plug-in Starter v3.

Usage

The library has the PluginBuilder and PluginWriter classes for you to make use of.

  • The PluginBuilder is a helper class that will help you build the IPlugin interface programmatically and correctly.
  • The PluginWriter class takes an IPlugin object and provides a write() method to output the generated C++ code.

License

MIT

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago