wvffle / ATS-project-simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • pyenv
  • pypoetry

Installation

pyenv init
pyenv install 3.11
pyenv local 3.11
poetry config virtualenvs.in-project true
poetry env use 3.11
poetry install && poetry run pre-commit install

Execution

npx -y nodemon main.py --print-test-tree

# or

pnpm dlx nodemon main.py --print-test-tree

Branch naming

Branch names should follow this spec:

feat/my-branch-name
^   ^ ^______________ letters, numbers or hyphen (-)
 \   \_______________ slash (/) is required!
  \__________________ one of: fix, feat, docs, refactor or test

About

License:MIT License


Languages

Language:Python 100.0%