code-craft-cli 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ GOOGLE_GENERATIVE_AI_API_KEY=your_api_key_here
22
22
 
23
23
  Run the tool by describing the code you want to generate. By default, it saves to output.ts.
24
24
 
25
- ```text
25
+ ```shell
26
26
  gen "Create a function to calculate the area of a circle"
27
27
  ```
28
28
 
@@ -54,9 +54,9 @@ gen "binary search algorithm" --name search.ts
54
54
 
55
55
  Syed Affan Ali
56
56
 
57
- GitHub: MrAfoo
57
+ GitHub: [MrAfoo](https://github.com/MrAfoo)
58
58
 
59
- Portfolio: https://mrafoo-portfolio.vercel.app
59
+ Portfolio: [Click Here](https://mrafoo-portfolio.vercel.app)
60
60
 
61
61
  ## License
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-craft-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A high-performance CLI tool to generate runnable code files using Gemini AI",
5
5
  "type": "module",
6
6
  "author": "Syed Affan Ali",