Skip to content

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.