Skip to content

ahmadfreijeh/quickode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Interactive Project Creation: Easily specify project details through an interactive CLI.
  2. Template Selection: Choose from different starter templates to match your project needs.
  3. Automated Setup: Automatically clones the selected template, sets up the project directory, and installs dependencies.

Contributing

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and test them thoroughly.
  5. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published