https://github.com/pbizopoulos/check-python-script-naming-convention
https://github.com/pbizopoulos/check-python-script-naming-convention
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbizopoulos/check-python-script-naming-convention
- Owner: pbizopoulos
- License: mit
- Created: 2023-11-04T20:08:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:33:21.000Z (6 months ago)
- Last Synced: 2024-11-05T18:15:15.530Z (6 months ago)
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Check Python script naming convention
# Use Requirements
# POSIX Shell & Utilities
# Git
# Nix
git clone [email protected]:pbizopoulos/check-python-script-naming-convention ~/github.com/pbizopoulos/check-python-script-naming-convention# Use
make -C ~/github.com/pbizopoulos/check-python-script-naming-convention/docs/
xdg-open https://localhost:8080# Debug Requirements
# Use Requirements# Debug
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script-naming-convention/docs/pyscript/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script-naming-convention/docs/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script-naming-convention/python/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script-naming-convention/
nix run ~/github.com/pbizopoulos/check-python-script-naming-convention/python/ ~/github.com/pbizopoulos/check-python-script-naming-convention/python/main.py# Deploy Requirements
xdg-open https://github.com/pbizopoulos/check-python-script-naming-convention/settings/pages
# Choose the /docs in the main branch in 'Build and deployment'# Deploy
# Done automatically after each git push# Use Deployed Requirements
# Any Web Browser
# Nix# Use Deployed
xdg-open https://pbizopoulos.github.io/check-python-script-naming-convention
nix run github:pbizopoulos/check-python-script-naming-convention?dir=python main.py