quickode-cli
v1.8.0
Published
A CLI tool for initializing React Native projects with preconfigured templates.
Downloads
25
Maintainers
Readme
Quickode Cli
Quickode Cli is a CLI tool designed to streamline the setup of React Native projects by allowing developers to quickly generate projects from preconfigured templates. Whether you're starting with a barebones setup or need a project with additional components, Quickode Cli makes project initialization effortless and fast.
Installation
Install Quickode Cli globally using npm to use it from anywhere on your command line:
npm install -g quickode-cli
Usage
After installing quickode, you can start a new project by running:
quickode create
You will be prompted to enter the project name and select a configuration template.
Available templates include:
- Empty: A minimal setup, perfect for starting from scratch.
- With Components: Includes pre-built components for a faster start.
Commands
quickode create: Initiates a new project setup. You'll be prompted to enter the project name and select a template.
Features
- Interactive Project Creation: Easily specify project details through an interactive CLI.
- Template Selection: Choose from different starter templates to match your project needs.
- Automated Setup: Automatically clones the selected template, sets up the project directory, and installs dependencies.
Contributing
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Create a new branch for your changes.
- Make your changes and test them thoroughly.
- Submit a pull request with a clear list of what you've done.
Support
If you encounter any problems or have suggestions for quickode, please submit an issue on the GitHub project page or contact the maintainer at [email protected]
Thank you for using quickode!