create-customized-app
is a command-line tool for generating custom React applications with various configurations.
- 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)
npx create-customized-app
or
npx create-customized-app .
or
npx create-customized-app <project-name>
- 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