@tonk/cli 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"hello.d.ts","sourceRoot":"","sources":["../../src/commands/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAGlC,eAAO,MAAM,YAAY,SA+BrB,CAAC"}
1
+ {"version":3,"file":"hello.d.ts","sourceRoot":"","sources":["../../src/commands/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAGlC,eAAO,MAAM,YAAY,SAoCrB,CAAC"}
@@ -7,12 +7,12 @@ export const helloCommand = new Command('hello')
7
7
  ・。゜☆。・゜。・。゜☆。・゜★・。゜☆。・゜。・。゜☆。・゜☆。・゜
8
8
 
9
9
  _____ U ___ u _ _ _ __
10
- |_ " _| \/"_ \/ | \ |"| |"|/ /
11
- | | | | | |<| \| |> | ' /
12
- /| |\.-,_| |_| |U| |\ |u U/| . \\u
13
- u |_|U \_)-\___/ |_| \_| |_|\_\
14
- _// \\_ \\ || \\,-.,-,>> \\,-.
15
- (__) (__) (__) (_") (_/ \.) (_/
10
+ |_ " _| \\/"_ \\/ | \\ |"| |"|/ /
11
+ | | | | | |<| \\| |> | ' /
12
+ /| |\\.-,_| |_| |U| |\\ |u U/| . \\\\u
13
+ u |_|U \\_)-\\___/ |_| \\_| |_|\\_\\
14
+ _// \\\\_ \\\\ || \\\\,-.,-,>> \\\\,-.
15
+ (__) (__) (__) (_") (_/ \\.) (_/
16
16
 
17
17
  ・。゜☆。・゜。・。゜☆。・゜★・。゜☆。・゜。・。゜☆。・゜☆。・゜
18
18
 
@@ -22,11 +22,12 @@ We're excited to work with you in building your own ☆𝐿𝒾𝓉𝓉𝓁𝑒
22
22
 
23
23
  To get started...
24
24
 
25
- 1. Create your first app by running the command: ${chalk.cyan('tonk create [app name]')}.
25
+ 1. Create your first app by running the command: ${chalk.cyan('tonk create [app name]')}
26
26
  2. Start the app with: ${chalk.cyan('npm run dev')}
27
27
  3. Open in your favorite code editor and vibe.
28
28
 
29
- You can find more information and how to reach us at ${chalk.blue('https://tonk.xyz')}. Feel free to ask for help in the Telegram chat or just say hello.
29
+ You can find more information and how to reach us at ${chalk.blue('https://tonk.xyz')}
30
+ Feel free to ask for help in the Telegram chat or just say hello.
30
31
 
31
32
  Cheers!
32
33
  `);
@@ -1 +1 @@
1
- {"version":3,"file":"hello.js","sourceRoot":"","sources":["../../src/commands/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC;KAC7C,WAAW,CAAC,oCAAoC,CAAC;KACjD,MAAM,CAAC,GAAG,EAAE;IACX,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;mDAmBmC,KAAK,CAAC,IAAI,CAAC,wBAAwB,CAAC;yBAC9D,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC;;;uDAGK,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC;;;CAGpF,CAAC,CAAC;IACC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"hello.js","sourceRoot":"","sources":["../../src/commands/hello.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC;KAC7C,WAAW,CAAC,oCAAoC,CAAC;KACjD,MAAM,CAAC,GAAG,EAAE;IACX,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;mDAmBmC,KAAK,CAAC,IAAI,CACvD,wBAAwB,CACzB;yBACoB,KAAK,CAAC,IAAI,CAAC,aAAa,CAAC;;;uDAGK,KAAK,CAAC,IAAI,CAC3D,kBAAkB,CACnB;;;;CAIJ,CAAC,CAAC;IACC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonk/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The Tonk stack command line utility",
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,9 +36,7 @@
36
36
  "posttest": "npm run lint"
37
37
  },
38
38
  "dependencies": {
39
- "@modelcontextprotocol/sdk": "^1.6.1",
40
39
  "@tonk/server": "^0.1.0",
41
- "@tonk/create": "^0.1.1",
42
40
  "chalk": "^5.3.0",
43
41
  "commander": "^11.1.0",
44
42
  "dotenv": "^16.4.7",