markbates / grift

Go based task runner
MIT License
432 stars 24 forks source link

Source run #19

Closed ntakouris closed 6 years ago

ntakouris commented 6 years ago

It's a handy utility named after the 'source' bash command that aims to remove lot's of boilerplate code found throughout grift itself and other programs that use grift. If you look at current run.go on the diff or for example at pop/grifts you can spot this pattern.

I believe that this is the correct place for this, because whenever making grifts/importing grift to the current namespace, it is common to run commands in this manner. :)

markbates commented 6 years ago

Thanks!