create-rojo-app
v2.0.0
Published
Create Rojo apps with one command
Downloads
13
Maintainers
Readme
Content
Requirement
Installation
You need to use nodejs version 12+ Bc this tools is now pure ESM.
Stable
$ npm install create-rojo-app -g
Dev
$ npm install BeautifulBrainStudio/create-rojo-app -g
Creating an App
I recommend using Node version 14.0.0+.
First you need to install sora by using
$ npm install create-rojo-app -g
After you installed sora run this command
$ sora
If you don't want it init git for you you can add -ng or --nogit
and if you don't want it install packages for you you can add -ni or --noinstall
here is example
$ sora -ng -ni
License
Sora is available under the terms of the Mozilla Public License, Version 2.0. See LICENSE for more details.