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

Pull Requestings for Configuration Taskings #1

Closed bustardcelly closed 12 years ago

bustardcelly commented 12 years ago

reads a config.json file in project template and executes associated tasks - currently only task is a remote file fetcher.

configuration.py - reads config.json and executes tasks from list filetask.py - fetches and adds files to project_path

tests included!