An open API service indexing awesome lists of open source software.

https://github.com/yuldashov10/dev_tools

Speeding up the project creation process and other solutions to increase developer productivity
https://github.com/yuldashov10/dev_tools

bash-scripts dev-tools javascript python3 sql

Last synced: about 2 months ago
JSON representation

Speeding up the project creation process and other solutions to increase developer productivity

Awesome Lists containing this project

README

        

# dev_tools

Speeding up the project creation process and other solutions to increase developer productivity

---

## Django Project

- [pyproject.toml](django_project/pyproject.toml)
- [Makefile](django_project/Makefile)
- [.gitignore](django_project/.gitignore)
- [.env.sample](django_project/.env.sample)
- [settings.py](django_project/settings.py)
- [urls.py](django_project/urls.py)

---

## Other Project

- [pyproject.toml](other_project/pyproject.toml)
- [Makefile](other_project/Makefile)
- [.gitignore](other_project/.gitignore)