File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -635,24 +635,22 @@ _See code: [src/commands/new/glee.ts](https://github.com/asyncapi/cli/blob/v2.16
635
635
636
636
## ` asyncapi new template `
637
637
638
- Creates a new template
638
+ Creates a new template using React render engine
639
639
640
640
```
641
641
USAGE
642
- $ asyncapi new template [-h] [-n <value>] [-t <value>] [-f <value>] [--force-write] [-r <value>]
642
+ $ asyncapi new template [-h] [-n <value>] [-t <value>] [-f <value>] [--force-write]
643
643
644
644
FLAGS
645
645
-f, --file=<value> The path to the AsyncAPI file for generating a template.
646
646
-h, --help Show CLI help.
647
647
-n, --name=<value> [default: project] Name of the Project
648
- -r, --renderer=<value> [default: react] Creating a template for particular engine, Its value can be either react or
649
- nunjucks.
650
648
-t, --template=<value> [default: default] Name of the Template
651
649
--force-write Force writing of the generated files to given directory even if it is a git repo with unstaged
652
650
files or not empty dir (defaults to false)
653
651
654
652
DESCRIPTION
655
- Creates a new template
653
+ Creates a new template using React render engine
656
654
```
657
655
658
656
_ See code: [ src/commands/new/template.ts] ( https://github.com/asyncapi/cli/blob/v2.16.4/src/commands/new/template.ts ) _
You can’t perform that action at this time.
0 commit comments