code-craft-cli 1.0.1 → 1.0.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ gen "Create a function to calculate the area of a circle"
|
|
|
30
30
|
|
|
31
31
|
The tool is context-aware. If you use a .ts extension, it will automatically provide explicit TypeScript types and interfaces. For .js, it will provide clean JavaScript.
|
|
32
32
|
|
|
33
|
-
```
|
|
33
|
+
```text
|
|
34
34
|
# Generate a JavaScript file
|
|
35
35
|
gen "fetch bitcoin price from a public API" --name crypto.js
|
|
36
36
|
|
|
@@ -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
|
|