# Project CLI

A terminal program to help you create cool starter projects. You'll need Node 8.x or higher for this CLI to work properly.

To install the cli:

```
npm install @getditto/project -g
```

## Node TypeScript Project

```
project init mycoolproj
```
or a shorter version!
```
pcli init mycoolproj
```
