|
|
2 bulan lalu | |
|---|---|---|
| uperp | 2 bulan lalu | |
| .editorconfig | 2 bulan lalu | |
| .eslintrc | 2 bulan lalu | |
| .gitignore | 2 bulan lalu | |
| .pre-commit-config.yaml | 2 bulan lalu | |
| ERPNext_v15_INSTALLATION_GUIDE.md | 2 bulan lalu | |
| INSTALLATION_FIX_GUIDE.md | 2 bulan lalu | |
| README.md | 2 bulan lalu | |
| TEST_PAGE_README.md | 2 bulan lalu | |
| license.txt | 2 bulan lalu | |
| pyproject.toml | 2 bulan lalu |
up
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
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:
mit