create-lestin
Version:
Creates a new project with Lestin
25 lines (20 loc) • 564 B
Markdown
# create-lestin
Create a new project with Lestin.
## Usage
Run:
```bash
npm create lestin
```
## Help
```
Usage: create-lestin [options] <dir-name>
Create a new project with Lestin.
Arguments:
dir-name Directory of the project
Options:
-v, -V, --version create-lestin's version
-f, --force Force create a project in a non-empty directory
-G, --no-git Don't initialize a git repository
-i, --install Install dependencies after creating the project
-h, --help display help for command
```