olunx / lean-cli

LeanEngine Command Line Tool

Home Page:https://leancloud.cn/docs/leanengine_cli.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lean(1)

Build Status GoDoc

Command line tool to develop and manage LeanCloud apps.

Install

  • via go get: $ go get github.com/leancloud/lean-cli/lean
  • via homebrew: $ brew install lean-cli

Develop

Install the dependences first:

Clone this repo to your ${GOPATH}/src/github.com/leancloud/lean-cli, then have a look at Makefile.

Packaging

Install this dependences:

You can install them via homebrew

and

$ make all

About

LeanEngine Command Line Tool

https://leancloud.cn/docs/leanengine_cli.html

License:Apache License 2.0


Languages

Language:Go 92.4%Language:JavaScript 3.5%Language:HTML 2.3%Language:Makefile 1.0%Language:Python 0.8%