File tree Expand file tree Collapse file tree 7 files changed +23
-7
lines changed
Expand file tree Collapse file tree 7 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'JS ' ]
2+ tags : [ 'Javascript ' ]
33
44name : ' AdonisJS'
55
Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'JS ' ]
2+ tags : [ 'Javascript ' ]
33
44name : ' ExpressJS'
55
Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'Typescript' ]
2+ tags : [ 'Typescript', 'Javascript' ]
33
44name : ' NestJS'
55
99 actions :
1010 - scripts :
1111 - docker pull -q kooldev/node:20
12- - kool docker kooldev/node:20 npx -y @ nestjs/cli new -l Typescript -p npm $CREATE_DIRECTORY
12+ - recipe : create- nestjs
1313
1414# Preset defines the workflow for installing this preset in the current working directory
1515preset :
Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'JS ' ]
2+ tags : [ 'Javascript ' ]
33
44name : ' NextJS'
55
Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'JS ' ]
2+ tags : [ 'Javascript ' ]
33
44name : ' Hello World'
55
Original file line number Diff line number Diff line change 11# Which tags are related to this preset; used for branching the choices on preset wizard
2- tags : [ 'JS ' ]
2+ tags : [ 'Javascript ' ]
33
44name : ' NuxtJS'
55
Original file line number Diff line number Diff line change 1+ title : " Creating NestJS Application"
2+
3+ actions :
4+ - prompt : ' Which language do you want to use?'
5+ ref : ' node-pick-ts-js'
6+ default : ' Typescript'
7+ options :
8+ - name : ' Typescript'
9+ actions :
10+ - scripts :
11+ - kool docker kooldev/node:20 npx -y @nestjs/cli new -l Typescript -p npm $CREATE_DIRECTORY
12+ - name : ' Javascript'
13+ actions :
14+ - scripts :
15+ - kool docker kooldev/node:20 npx -y @nestjs/cli new -l Javascript -p npm $CREATE_DIRECTORY
16+
You can’t perform that action at this time.
0 commit comments