game-maker-cli
v1.0.0
Published
`npm install game-maker-cli`
Downloads
3
Readme
Setup a new project
npm install game-maker-cli
Add to your package.json
Add a new script to your package.json that will run the game-maker-cli
{
"scripts": {
"gm": "gm"
}
}