This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Origin command line tools #2326
Open
Description
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