@eljs/create-template
Version:
Create a new project powered by @eljs/create.
34 lines (25 loc) • 786 B
Markdown
# @eljs/create-template
Create a new project powered by @eljs/create.
## Installation
```bash
$ npm i @eljs/create-template -g
```
## Usage
```bash
$ create-template <project-name>
// or
$ npx init @eljs/template <project-name>
```
```bash
Usage: create-template [options] <project-name>
Arguments:
project-name Project name
Options:
-v, --version Output the current version
--cwd <cwd> Specify the working directory
-s, --scene <scene> Specify the application scene
-t, --template <template> Specify the application template
-f, --force Overwrite target directory if it exists
-m, --merge Merge target directory if it exists
-h, --help display help for command
```