Version 0.0.6 Release
· One min read
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
inscripts/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.