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.