# Getting started

Quickfire is a powerful CLI tool written in dart designed to streamline Flutter project setup using feature driven development with BLoC state management. From scaffolding UI to integrating authentication, notification and payment systems, Quickfire accelerates the development process, allowing developers to focus on building innovative features.

## Installation

To install Quickfire globally and make it accessible from any terminal, use the following command:

```
dart pub global activate quickfire
```

To remove Quickfire globally, use the following command:

```
dart pub global deactivate quickfire
```

## Creating a new flutter project using quickfire

```
quickfire create
```

Quickfire will prompt you for the project name, the number of features, and various configuration options.

```
Enter your project name.
```

## Making your android app publish ready with quickfire

```
quickfire publish
```

## Building your app bundle with quickfire

```
quickfire build
```
