docs: document CLI flags and add help

This commit is contained in:
2025-07-01 22:41:40 -04:00
parent 90f3230a85
commit 219895fb76
2 changed files with 18 additions and 0 deletions

9
HELP.md Normal file
View File

@@ -0,0 +1,9 @@
# React Crafter CLI Help
Usage:
npx react-crafter <project-directory> [options]
Options:
--typescript Scaffold the project using the TypeScript template
-V, --version Output the version number
-h, --help Display help information