howardroark / pollinate

Template your base files and generate new projects from Git(Hub).
The Unlicense
225 stars 16 forks source link

Removing the "target" input option #53

Closed howardroark closed 7 years ago

howardroark commented 7 years ago

The "target" thing was basically a way that you could also tell the cli where the {{ name }} dir will end up (vs relative to where you are). I just added it cause i though it would be neat. Though I think all it does is confuse things. It's nice to be able to count on things ending up relative to where the command is being run.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.6%) to 80.556% when pulling 988184d987c0aafb7790ac688f8d1b02bd434901 on feature/remove-target into 1ec2f88c3619e0d41869f537755fa11b966250b2 on develop.

howardroark commented 7 years ago

Just going to sneak this in there and I'm not going to bump a major version either. Just gonna pretend no one saw that was an option ;)