Metadata-Version: 2.1
Name: skn-drf-cli
Version: 1.0.1
Summary: Django Rest Framework command-line tools
Home-page: https://github.com/shywn-mrk/drf-cli
Author: Shayan Karimi
Author-email: shayankarimi0078@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (<7.2,>=7.1)

# Django Rest Framework CLI

A usefull cli tool that creates and manages a Django Rest Framework project.

## Contents

-   [Installation](#Installation)
-   [Commands](#commands)
-   [License](#license)

## Installation

You can install this package by using pip:
```
pip install skn-drf-cli
```

## Commands

### Init

You can initialize a new starter project using:
```
drf-cli init your-project-name
```
This will create a starter project and you can build on top of that.

## License

Everything inside this repository is [MIT licensed](https://github.com/shywn-mrk/drf-cli/blob/main/LICENSE).


