Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@sujit-shrc sujit-shrc released this 10 Sep 16:55
· 5 commits to main since this release

Release v1.0.1 - Fixes and Updates

Description:
We’re excited to release version 1.0.1 of pzr! This update includes important fixes and improvements to enhance your experience with our CLI tool for generating Next.js, Express.js, and Vite React project structures and files.

What’s New:

  • Fixed -c Flag: Resolved issues with the shorthand -c flag for the create command. It now works seamlessly to generate pages, routes, and components.
  • Updated CLI Messages: Improved and clarified CLI messages for better user guidance and feedback.

Installation:
To update to the latest version, simply run:

npm update -g pzr
# or
yarn global upgrade pzr

For local installations:

npm update --save-dev pzr
# or
yarn upgrade --dev pzr

Changelog:

  • Fixed: Corrected functionality of the -c flag for the create command.
  • Updated: Enhanced CLI messages for clarity.