trufflesuite / truffle-core

Core code for Truffle command line tool
MIT License
93 stars 93 forks source link

truffle 'init' from a template resident here, not Github. #117

Open cgewecke opened 6 years ago

cgewecke commented 6 years ago

People behind a proxy or in the wilderness cannot use truffle init because it calls out to Github over https. We should store the project template here and modify unbox to accept a local path. This would be helpful for scenario tests at the main repo as well since it would make it easier to build more complex mocks and run against them.

ghost commented 6 years ago

related: trufflesuite/ethpm-js/pull/6 - contains a patch for local fetch of gh examples.

cgewecke commented 6 years ago

@lazaridiscom Thanks!

ghost commented 6 years ago

and those 2 should be related, too (not sure about status) :

https://github.com/trufflesuite/truffle-core/issues/108

https://github.com/trufflesuite/truffle-core/issues/111