0.0.7 • Published 1 year ago
rn-blitz v0.0.7
React Native Blitz (A boilerplate tool)
React Native Blitz is a simple command-line tool for quickly initializing new React Native projects with predefined configurations.
Installation
To use React Native Blitz, you need to have Node.js installed on your machine. You can install rn-blitz globally using npm:
npm install -g rn-blitz
Usage
To initialize a new React Native project using rn-blitz, run the following command:
npx rn-blitz init <projectName>
Replace <projectName>
with the name of your project. This command will set up a new React Native project with recommended linting settings and optional VSCode configurations.
Features
- Simplified Initialization: Quickly create a new React Native project with just one command.
- Recommended Configurations: Includes recommended linting settings for TypeScript and JavaScript files.
- Optional VSCode Settings: Choose whether to set up VSCode settings for enhanced development experience.
Contributing
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.