OriginProtocol / origin

Monorepo for our developer tools and decentralized marketplace application
https://www.originprotocol.com/developers
MIT License
652 stars 196 forks source link

Origin command line tools #2326

Open nick opened 5 years ago

nick commented 5 years ago

This is low priority but wanted to capture the idea...

I think it'd be great if we had an origin executable to quickly get new users up and running. Since we have both the @origin npm org and origin npm package, we could use the latter for command line tools. Something like this:

npm install -g origin
origin create my-dapp
cd my-dapp
origin deploy
micahalcorn commented 5 years ago

Reminds me of this crazy idea from @joshfraser 🔌