create-apex-game
v1.0.13-0
Published
CLI to create games for the Apex Engine via Yarn or NPM.
Downloads
6
Readme
create-apex-game
A CLI to scaffold a game for the Apex Engine.
Get Started
# Yarn
$ yarn create apex-game
# or with NPM
$ npm create apex-game@latest
Continue by following the prompt messages popping up.
You can also directly specify the project destination as arguments:
# Yarn
$ yarn create apex-game ~/myprojects/MyCoolGame
# npm
$ npm create apex-game@latest ~/myprojects/MyCoolGame
Additionally to the project destination, you can specify various options (see below).