Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 539 Bytes

SPGen (Sapphire Generate)

spgen is a tool to automate the command registration, instead of having to add every command in a single file which is time consuming and possible to forget to register a command spgen helps to generate that file automatically from metadata found in comments in the command's source.

Install

$ go get github.com/sapphire-cord/spgen

See the SPGen guide for more information on how to use it.

License

MIT License