A CLI to help bootstrap soya-next projects quickly.

> A CLI to help bootstrap Soya Next projects quickly.
Install it once globally:
``bash`
npm install -g soya-next-cli
To use it, run the following:
`bash`
soya-next-cli
> Note: replace \
Then, follow the instructions. It should be something like the following:
`bash``
cd
npm start
That's it! Open http://localhost:3000 in your browser.