1.1.0 • Published 8 months ago

create-customized-app v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-customized-app

create-customized-app is a command-line tool for generating custom React applications with various configurations.

Features

  • Quick setup of custom React applications
  • Option to choose between React + JavaScript or React + TypeScript environment
  • Integration of popular style libraries like styled-components (optional)
  • Prettier and ESLint integration for code formatting and linting (optional)
  • React Router Dom setup (optional)
  • TypeScript support (optional)

Install

npx create-customized-app

or

npx create-customized-app .

or

npx create-customized-app <project-name>

Demo

start package

create-customized-app demo

check installed project

create-customized-app test

Version

  • 1.0.0
    • Initial release
  • 1.0.2
    • Refactor: Separate script dependencies
  • 1.1.0
    • Refactor: Package installation speed improvement
    • Refactor: Separate concerns of createApp function