create-rge
v0.0.3
Published
The easiest way to get started with a rge.js project
Downloads
2
Readme
create-rge
create-rge
is the easiest way to get started with a rge.js project.
Instructions
Project Creation
npx create-rge create <projectName>
.
With this command, the rge project template will be created and made ready for usage.
Note: Make sure a directory with the same name as the specified <projectName>
does not exist in the current directory.