Metadata-Version: 2.1
Name: create-drf-app
Version: 0.2.1
Summary: Starting a DRF project made easy
Home-page: https://github.com/MohammedBajuaifer/create-drf-app
License: MIT
Keywords: scaffold,drf,django,cli,commands
Author: Mohammed Bajuaifer
Author-email: m.bajuaifer@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: cookiecutter (==2.1.1)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Repository, https://github.com/MohammedBajuaifer/create-drf-app
Description-Content-Type: text/markdown

# create-drf-app tool


create-drf-app helps you create Django + DRF project. choosing the type of template you want from basic to advance. 



## Installations
Assuming you have Python installed..
Install create-drf-app tool.
```shell script
$ pip install create-drf-app
```

## Create proejct
Create a new Django + DRF project.
```shell script
$ create-drf-app start <template_type>
```

## Template types
for now we only have a basic template
- basic
- intermediate
- advance

## Road map
- Intermediate DRF template
- Advance DRF template
- React/DRF template
- Vue/DRF template
- SolidJs/DRF template


## License

Everything inside this repository is [MIT licensed](https://github.com/MohammedBajuaifer/create-drf-app/blob/master/README.md).


