trufflesuite / truffle-init

Initializer for example Truffle projects
3 stars 11 forks source link

Add ability to download from direct url #7

Closed kaustavha closed 7 years ago

kaustavha commented 7 years ago

Hi there, I wanted to be able to use this tool with arbitrary git urls to scaffold projects e.g. for teaching an intro class with a very basic frontend example that isnt under the trufflesuite umbrella, or private repos. Please test this locally before merging. Thank you.

tcoulter commented 7 years ago

Hi there. Use truffle unbox instead. It already has this functionality. Thanks! Ping @gnidan for more info.