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