Variables in project templates
I am making plugins for minecraft bukkit servers and all the plugins start with the same project base. I was wondering if it's possible to make a project template with variables. For example, when I create a new project from the plugin template, could I just give it a name and make it so that this name is getting used at multiple places, like in the package structure, a class and in a plugin.yml file?
Please sign in to leave a comment.
This would be a very useful feature, especially when developing such as micro services where many projects will be based on a code base where only some config setting need to be set. In my situation if I could create a project from a project template & set such as Name, host, port variables I would have a single click project creation functionality.