# A command line tool to create Phaser project

## Installation

```
npm i -g @zhouhao27@create-phaser
```

## Usage

```
  create-parse <project-name> [options]
    
  options:
  -y, --yes to skip prompts
  -t, --template template name, currently only TypeScript or JavaScript supported
  -h, --help Help
  -v, --version Show version
```

## Reference

[How to build a CLI with Node.js](https://www.twilio.com/blog/how-to-build-a-cli-with-node-js)

[How to make a beautiful, tiny npm package and publish it](https://medium.freecodecamp.org/how-to-make-a-beautiful-tiny-npm-package-and-publish-it-2881d4307f78)