-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcli-templates.yaml
More file actions
31 lines (31 loc) · 986 Bytes
/
cli-templates.yaml
File metadata and controls
31 lines (31 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file contains the templates available to the user
# when executing the "nitric new" command.
templates:
- name: ts-starter
label: TypeScript - Starter (Node)
desc: A simple REST API
path: ./v1/typescript-starter
- name: ts-starter-deno
label: TypeScript - Starter (Deno)
desc: A simple REST API using Deno
path: ./v1/typescript-starter-deno
- name: js-starter
label: JavaScript - Starter
desc: A simple REST API
path: ./v1/javascript-starter
- name: py-starter
label: Python - Starter (uv)
desc: A starter Nitric project for Python
path: ./v1/python-starter
- name: py-starter-pipenv
label: Python - Starter (pipenv)
desc: A starter Nitric project for Python using pipenv
path: ./v1/python-starter-pipenv
- name: dart-starter
label: Dart - Starter
desc: A simple REST API
path: ./v1/dart-starter
- name: go-starter
label: Go - Starter
desc: A simple REST API
path: ./v1/go-starter