fix(readme): Update README with comprehensive quick start, usage examples, API reference and advanced guides

This commit is contained in:
2025-08-17 16:27:16 +00:00
parent b262106bd7
commit 78bbbb2060
3 changed files with 385 additions and 57 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-08-17 - 4.0.19 - fix(readme)
Update README with comprehensive quick start, usage examples, API reference and advanced guides
- Expanded README with a detailed Quick Start guide and installation instructions
- Added examples for creating templates, supplying variables, and scaffolding projects programmatically
- Documented core features: smart variable system, template composition, dynamic file naming, interactive CLI, and post-scaffold scripts
- Included advanced usage, CI/CD integration, template validation, and real-world example templates
- Improved formatting and added code snippets for API reference and ScafTemplate usage
## 2025-08-17 - 4.0.18 - fix(ScafTemplate)
Use interactive shell for post-scaffold scripts; update CI workflows and package metadata