https://github.com/leam-tech/renovation-core
The Frappe Javascript Front End Missing SDK
https://github.com/leam-tech/renovation-core
erpnext frappe frappe-bench javascript-library
Last synced: 11 days ago
JSON representation
The Frappe Javascript Front End Missing SDK
- Host: GitHub
- URL: https://github.com/leam-tech/renovation-core
- Owner: leam-tech
- License: other
- Created: 2020-03-22T18:52:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T09:43:37.000Z (almost 5 years ago)
- Last Synced: 2025-08-28T17:55:14.296Z (5 months ago)
- Topics: erpnext, frappe, frappe-bench, javascript-library
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 25
- Watchers: 7
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovation Core
The Frappe Javascript Front End Missing SDK.
## Getting Started
### Javascript / TypeScript
Installation
Renovation Core is available as an npm package and can be installed using:
```bash
npm i --save @leam-tech/renovation-core
```
### Backend
Although you don't have to install any backend for renovation-core to work, if you want to have full access to the features we offer you'd have to install renovation_core app in your site. You can do that using:
```bash
bench get-app renovation_core https://github.com/leam-tech/renovation_core.git
```
## Documentation
[Renovation Documentation](https://renovation.leam.dev/)