Skip to main content

Version 0.0.6 Release

· One min read
Involvex
Creator of Create-Wizard

0.0.6 (2025-09-17)

Features

  • CLI Enhancements:
    • Added explicit dependency versioning for common packages.
    • Introduced TypeScript support with tsconfig.json generation.
    • Implemented ESLint and Prettier integration with config file generation.
    • Added Docker support with Dockerfile and .dockerignore generation.
    • Included CI/CD workflow generation for GitHub Actions and GitLab CI/CD.
  • Template Creation Script (npm run template:create):
    • Enhanced interactive package selection with NPM registry validation and latest version fetching.
    • Improved script input with interactive name and command prompts.
    • Added options to auto-generate tsconfig.json, eslint.config.js, and .prettierrc for new templates.
  • Documentation Overhaul:
    • Applied a new "hacker" themed dark color scheme with UI animations.
    • Created detailed documentation for custom template creation.
    • Provided comprehensive guides for all existing templates.
    • Documented theme customization options.

Bug Fixes

  • Resolved SyntaxError in scripts/create-template.js due to a missing array bracket.
  • Fixed various ESLint errors and warnings across the codebase, including JSX parsing and unused variable issues.

v3.2.8

· One min read

---title: Version 3.2.8 Release\nauthors: [involvex]\ntags: [release]\n---