https://github.com/ake144/frappe-library-system
https://github.com/ake144/frappe-library-system
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ake144/frappe-library-system
- Owner: ake144
- License: mit
- Created: 2025-02-18T23:53:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:09:33.000Z (over 1 year ago)
- Last Synced: 2025-02-19T08:24:24.422Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
### Library Management
Library management app
### Installation
You can install this app using the [bench](https://github.com/frappe/bench) CLI:
```bash
cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app library_management
```
### Contributing
This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository:
```bash
cd apps/library_management
pre-commit install
```
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
### License
mit