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" } }