Release v1.0.1
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 thecreate
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 thecreate
command. - Updated: Enhanced CLI messages for clarity.