Sketchplate
Sketchplate copied to clipboard
Sketchplate is a CLI application written in Node.js for rapid-creation of new projects.
right now the same [editors json](https://github.com/hapticdata/Sketchplate/blob/d1c9df6705e30441ab4d850d63dd6542444b087f/defaults/config.json#L3) is installed for every user, no matter their platform. It would be best to only install relevant editor configs for the user. I can...
When ran as sudo `config.userHome` is reported as `/var/root` and fails due to lack of permissions.
Separating the templates from all of the resources fetched will ease the development of templates. It is convenient to be able to remove resources after they have been fetched so...
using [readline](http://nodejs.org/api/readline.html) instead of [commander.js](https://github.com/visionmedia/commander.js/) will allow us to remove the version lock on commander.js. It will also allow us to provide tab auto-complete functionality for features like fetch resources...