b-react-app
v1.0.7
Published
Create custom app based on command line tool with Node.js
Downloads
7
Maintainers
Readme
b-react-app
b-react-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 b-react-app
or
npx b-react-app .
or
npx b-react-app <project-name>
Demo
start package
check installed project
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