Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 746 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 746 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-09-21

Added

  • Initial release of the package to set up frontend projects with React and Next.js.
  • Supports TypeScript and JavaScript.
  • Includes state management options: Redux Toolkit and Context API.
  • Generates folder structure for React and Next.js projects.
  • Flexible installation of dependencies (predefined, custom, or skip).
  • Automatic detection of TypeScript or JavaScript.
  • Option to install commonly used dependencies like React-hook-form, Prettier, etc.