@getditto/project-cli
Version:
node-typescript-starter cli
20 lines (14 loc) • 313 B
Markdown
# 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
```