Releases: 15b4t/create-x-lite
Releases · 15b4t/create-x-lite
Release list
v0.1.3
Release Notes
This release improves the out-of-the-box experience and professional polish of create-x-lite, introducing automatic Git repository initialization and comprehensive documentation updates.
New Features
- Opt-Out Flag: Added
--no-gitflag to skip Git initialization for automated environments - Default .gitignore: All project templates include Node.js-tailored .gitignore file
v0.1.2
New Features
This release introduces a full suite of command-line flags to support non-interactive project scaffolding and automated workflows.
- Flag Support: You can now bypass interactive prompts using flags like
--typescript(-t),--commonjs(-c),--traditional(-T), and--zod. - "Yes" Flag for Fast Path: A new
-y/--yesflag allows you to instantly scaffold a project with sensible defaults (JavaScript, ESM, Feature-based).
Bug Fixes
- Correctly handles project scaffolding in the current working directory (
.), ensuring thepackage.jsonis named correctly and user feedback is smarter.