batwara

(★ 41)

Simple and Open Source Splitwise alternative

File Explorer

  • .editorconfig
  • .eslintrc
  • .gitignore
  • .pre-commit-config.yaml
  • license.txt
  • package.json
  • pyproject.toml
  • README.md
  • yarn.lock

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pre-commit

View Details ▼

Create Git hooks that run before commits.

pre-commit install

Install pre-commit into your Git hooks:

pre-commit run

Run pre-commit hooks on all staged files:

pre-commit run --all-files

Run pre-commit hooks on all files, staged or unstaged:

// repository documentation