Bench Cli Demo
This app demonstrates how to create custom commands in Bench.
- Author: zeel-codder
- Repository: https://github.com/zeel-codder/bench-cli-demo
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: Developer Tools
- Maintenance: Unmaintained
Install Bench Cli Demo
bench get-app https://github.com/zeel-codder/bench-cli-demo
Add the Frappe Gems badge to your README
Maintain Bench Cli Demo? Paste this into your README:
[](https://frappegems.com/gems/apps/zeel-codder/bench-cli-demo)
About Bench Cli Demo
Bench CLI Demo
This app demonstrates how to create custom commands in Bench.
Install the App
- Create the Frappe site with Frappe Manager (FM):
fm create bench-cli-demo --frappe-branch version-15 --apps erpnext:version-15 --apps hrms:version-15
- Install the app on your site:
fm shell bench-cli-demo
bench get-app https://github.com/zeel-codder/bench-cli-demo.git
bench --site {site-name} install-app bench_cli_demo
- Test Commands:
bench sum 20 2
bench insert-todo
Note: You can set the default site with the following command:
bench use bench-cli-demo.localhost
Setup the App for Importing Job Applicant Data
Download any CSV data from here and move the file to the
frappe-benchfolder.Run the import command:
bench rt-import import-job-applicant {file_path}
License
MIT
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.