bit101 / ProjectMaker

A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
MIT License
233 stars 36 forks source link

Interest in more templates? #24

Closed addyosmani closed 11 years ago

addyosmani commented 11 years ago

Hi Keith,

I'm the team-lead of Yeoman, an open-source scaffolding tool for web apps that's primarily used via the command-line.

We were recently interested in creating a Sublime plugin for scaffolding projects and seeing that STProjectMaker was dormant ended up forking it and making some stability patches before adding a set of new templates.

Now that this project seems to be active again, I wonder if it makes sense for us to just recommend users use your original version. ST2 + 3 support looks fantastic. Would you be open to some pull requests for a few new templates?

I'm primarily thinking of those for frameworks like Angular, Ember and Backbone and perhaps HTML5 Boilerplate as many use it to begin projects these days.

Let me know if that would be of interest :)

Cheers! Addy

bit101 commented 11 years ago

Hi Addy,

I'd love to add as many templates as people are willing to submit. Actually, I've limited the templates included with the plugin to just a few samples and have set up another repo at https://github.com/bit101/STProjectMaker-templates to host templates. I'll definitely pull whatever you want to contribute there.

kp

addyosmani commented 11 years ago

That's perfect! I'll put together a PR. Cheers!