Skip to content

Releases: 15b4t/create-x-lite

Release list

v0.1.3

Choose a tag to compare

@15b4t 15b4t released this 28 Jul 11:32
ef3b9ed

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-git flag to skip Git initialization for automated environments
  • Default .gitignore: All project templates include Node.js-tailored .gitignore file

v0.1.2

Choose a tag to compare

@15b4t 15b4t released this 27 Jul 19:42
4fa72be

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 / --yes flag 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 the package.json is named correctly and user feedback is smarter.