nicholasjackson / minke

Tools for building Microservices with Docker
http://nicholasjackson.github.io/minke
MIT License
45 stars 2 forks source link

Generate templates from external sources #11

Open nicholasjackson opened 8 years ago

nicholasjackson commented 8 years ago

Replace current templating method of Ruby gems and implement a new standard which is YAML based. The templates will be stored in GitHub and the package manager will be able to reference both tags and branches.

Downloaded packages by default will be cached in ~/.minke/packages however it would be required to add a command line option to point to the packages folder.

Command line updates:

minke packages install git@github.com/nicholasjackson/template.git minke packages update packagename minke packages remove packagename minke packages list