Skip to content

Commit 602ae85

Browse files
author
github-actions[bot]
committed
chore(cli): updating docs
1 parent 7c14e4f commit 602ae85

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

cli/.gh-include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.schema.json

cli/config.schema.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"$id": "https://nanoforge-dev.github.io/docs/cli/config.schema.json",
4+
"title": "Nanoforge CLI config",
5+
"type": "object",
6+
"properties": {
7+
"name": {
8+
"type": "string",
9+
"description": "the project name"
10+
},
11+
"language": {
12+
"enum": ["ts", "js"]
13+
},
14+
"initFunctions": {
15+
"type": "boolean"
16+
}
17+
}
18+
}

cli/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CLI
2+
===
3+
4+
The nanoforge cli is the main tool to use when building or deploying a nanoforge application

0 commit comments

Comments
 (0)