1.0.13-0 • Published 2 years ago
create-apex-game v1.0.13-0
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@latestContinue 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/MyCoolGameAdditionally to the project destination, you can specify various options (see below).