GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Project Templates #56

Open GnaspGames opened 8 years ago

GnaspGames commented 8 years ago

Allow users to initialise a Smelt project using a standard template, and possibly provide a collection of other templates for common features (lobby mechanics for example).

GnaspGames commented 7 years ago

It would be nice if project templates also included files for building in Sublime and VS Code. Maybe using a switch for those additional files. E.g.

smelt start MyMap --template=basic --buildtools=sublime

GnaspGames commented 7 years ago

Unfortunately Sublime Build system files have to be put in the Sublime Packages folder, so they can not be included in the project. But a .sublime-project file could be so that a universal build system file will work.