Tidak Ada Deskripsi

wenhongquan ec7237b0c8 `fix` 2 bulan lalu
uperp ec7237b0c8 `fix` 2 bulan lalu
.editorconfig 4dc251306f feat: Initialize App 2 bulan lalu
.eslintrc 4dc251306f feat: Initialize App 2 bulan lalu
.gitignore 4dc251306f feat: Initialize App 2 bulan lalu
.pre-commit-config.yaml 4dc251306f feat: Initialize App 2 bulan lalu
ERPNext_v15_INSTALLATION_GUIDE.md 036067fcc5 `fix` 2 bulan lalu
INSTALLATION_FIX_GUIDE.md 036067fcc5 `fix` 2 bulan lalu
README.md 4dc251306f feat: Initialize App 2 bulan lalu
TEST_PAGE_README.md ac221c5ef1 `fix` 2 bulan lalu
license.txt 4dc251306f feat: Initialize App 2 bulan lalu
pyproject.toml 4dc251306f feat: Initialize App 2 bulan lalu

README.md

Uperp

up

Installation

You can install this app using the bench CLI:

cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app uperp

Contributing

This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:

cd apps/uperp
pre-commit install

Pre-commit is configured to use the following tools for checking and formatting your code:

  • ruff
  • eslint
  • prettier
  • pyupgrade

License

mit