Skip to content

Commit 7b0f2b7

Browse files
Merge pull request #217 from SmythOS/dev
Add Electron Template
2 parents 04ec2cb + d869503 commit 7b0f2b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smythos/cli",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "SmythOS SRE Command Line Interface",
55
"keywords": [
66
"smythos",

packages/cli/src/commands/create/create.index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ async function RunProject(projectNameArg?: string) {
200200
name: 'Interactive chat with agent selection',
201201
value: 'interactive-chat-agent-select',
202202
},
203+
{ name: 'Desktop App (Electron)', value: 'smythos-electron-starter-project' },
203204
],
204205
},
205206
]);

0 commit comments

Comments
 (0)