htmv 0.0.12 → 0.0.13

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "htmv",
3
3
  "main": "dist/index.js",
4
4
  "type": "module",
5
- "version": "0.0.12",
5
+ "version": "0.0.13",
6
6
  "devDependencies": {
7
7
  "@biomejs/biome": "2.3.3",
8
8
  "@types/bun": "latest"
package/src/cli/consts.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export const AVAILABLE_COMMANDS =
2
- "1. htmv new {project_name} (creates a new HTMV project)\n2. htmv help (prints this page)";
2
+ "1. htmv new {project_name} (creates a new HTMV project)\n2. htmv help (prints this page)\n3. htmv gen {TYPE} {NAME} {OPTIONS} (generates files for you)";