Skip to content

Instantly share code, notes, and snippets.

@supershabam
Created October 8, 2014 06:19
Show Gist options
  • Save supershabam/254fec2cb98092006629 to your computer and use it in GitHub Desktop.
Save supershabam/254fec2cb98092006629 to your computer and use it in GitHub Desktop.

yank could be a tool to pull source code into your own project

philosophy

  • no new package manager
  • dependencies should be committed in code
  • dependencies should be easily updated
  • dependencies should easily be checked for out-of-dateness

similar to go get for getting code, except specify where to insert the code and write a file to describe what you've yanked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment