quickode-cli

1.8.0 • Public • Published

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 ahmadbfreijeh@gmail.com

Thank you for using quickode!

Package Sidebar

Install

npm i quickode-cli

Weekly Downloads

10

Version

1.8.0

License

ISC

Unpacked Size

5.38 kB

Total Files

3

Last publish

Collaborators

  • ahmadfr