https://github.com/al0olo/pioneer4ss
https://github.com/al0olo/pioneer4ss
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/al0olo/pioneer4ss
- Owner: Al0olo
- License: mit
- Created: 2024-12-17T12:57:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-23T09:03:41.000Z (over 1 year ago)
- Last Synced: 2024-12-23T10:19:19.234Z (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
### Pioneer4Ss
Backend for Pioneer
### 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 master
bench install-app pioneer4ss
```
### 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/pioneer4ss
pre-commit install
```
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
### License
mit