Frappejs Cli

Command Line Interface (CLI) for FrappeJS

Install Frappejs Cli

bench get-app https://github.com/frappe/frappejs-cli

Add the Frappe Gems badge to your README

Maintain Frappejs Cli? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=frappe%2Ffrappejs-cli)](https://frappegems.com/gems/apps/frappe/frappejs-cli)

About Frappejs Cli

## FrappeJS CLI > A Command Line Interface for quickly building apps with [FrappeJS](https://frappe.io/frappejs).

### Installation npm i -g https://github.com/frappe/frappejs-cli ### Usage - [Create new app](#newApp) - [Create new model](#newModel) - [Serve application](#serve) - [Build application](#build) --- #### Create new app Create a new FrappeJS application ##### Step 1: frappe create-app app-name ##### Step 2: Choose any of the following boilerplate for your new app: 1. Blank ( Blank Frontend + Server ) 2. VueJS ( Vue.js Frontend + Server + SQLite Database ) 3. Server ( No Frontend + Server ) ##### Step 3: Choose a target platform for your new app: 1. Web 2. Electron ##### Step 4: Choose a node package manager to install dependencies or skip to install dependencies later: 1. NPM 2. Yarn 3. Skip this step --- #### Create new model Create a new FrappeJS model frappe create-model model-name Enter the model details as prompted. [Click here](https://frappe.io/frappejs/docs/models.md) to know more about models in FrappeJS. --- #### Serve application Serve your application in development mode either in Browser (Web) or Electron with auto-reload capabillity. To serve in Browser frappe start To serve in Electron frappe start electron --- #### Build application This feature is under development.

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.