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
- Host: GitHub
- URL: https://github.com/yuldashov10/dev_tools
- Owner: yuldashov10
- License: mit
- Created: 2024-10-11T20:27:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:06:14.000Z (2 months ago)
- Last Synced: 2025-02-21T20:29:36.644Z (2 months ago)
- Topics: bash-scripts, dev-tools, javascript, python3, sql
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)