All Projects → leancloud → Lean Cli

leancloud / Lean Cli

Licence: apache-2.0
LeanEngine Command Line Tool

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Lean Cli

M Cli
 Swiss Army Knife for macOS
Stars: ✭ 8,646 (+12251.43%)
Mutual labels:  cli
Livebudscli
A tool to control your Galaxy buds+ and live from linux
Stars: ✭ 69 (-1.43%)
Mutual labels:  cli
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (+0%)
Mutual labels:  cli
Node Installed Check
Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
Stars: ✭ 67 (-4.29%)
Mutual labels:  cli
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-2.86%)
Mutual labels:  cli
Sync Glitch Cli
🎏 Sync changes in your GitHub repository to glitch.com
Stars: ✭ 69 (-1.43%)
Mutual labels:  cli
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1535.71%)
Mutual labels:  cli
Elasticsearch Cli
Command line interface for ElasticSearch
Stars: ✭ 70 (+0%)
Mutual labels:  cli
Mattersend
Library and CLI utility to send messages to mattermost's incoming webhooks
Stars: ✭ 68 (-2.86%)
Mutual labels:  cli
Tent
Podman (https://podman.io/) based development-only dependency manager for Linux
Stars: ✭ 69 (-1.43%)
Mutual labels:  cli
Toc
🚩 TOC, zero configuration table of content generator for Markdown files, create table of contents from any Markdown file with ease.
Stars: ✭ 66 (-5.71%)
Mutual labels:  cli
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+1544.29%)
Mutual labels:  cli
Reminders Cli
Command-line interface to interact with the Reminders.app
Stars: ✭ 67 (-4.29%)
Mutual labels:  cli
Signale
Highly configurable logging utility
Stars: ✭ 8,575 (+12150%)
Mutual labels:  cli
Homebrew Gh
Homebrew tap for the GitHub CLI
Stars: ✭ 70 (+0%)
Mutual labels:  cli
Readme Md Generator
📄 CLI that generates beautiful README.md files
Stars: ✭ 9,184 (+13020%)
Mutual labels:  cli
Swiftline
Swiftline is a set of tools to help you create command line applications.
Stars: ✭ 1,156 (+1551.43%)
Mutual labels:  cli
Vbb Cli
A CLI for Berlin & Brandenburg public transport.
Stars: ✭ 70 (+0%)
Mutual labels:  cli
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (+0%)
Mutual labels:  cli
Cross Platform Node Guide
📗 How to write cross-platform Node.js code
Stars: ✭ 1,161 (+1558.57%)
Mutual labels:  cli

lean(1)

Build Status GoDoc

Command-line tool to develop and manage LeanCloud apps.

Install

  • via homebrew: $ brew install lean-cli
  • via https://releases.leanapp.cn/#/leancloud/lean-cli/releases(In case of your connection with GitHub cracked)

lean-cli will send statistics information such as your os version and lean-cli version to Google Analytics. This statistics information helps us to improve LeanEngine services. To opt out, you can set the environment variable NO_ANALYTICS to true.

Develop

Install the toolchains:

You can install them via homebrew

Clone this repo then run make all to build releases.

Please run go mod tidy and go mod vendor to make vendored copy of dependencies after importing new dependencies.

Ensure all codes is formatted by gofmt. Commit message should write in gitmoji.

Release

Tag the current commit with version name, and create a release with this tag. run $ make all and attach the build result (under ./_build folder) to the release.

The homebrew guys will update the home brew formula. If not, or we are in a hurry, just make a pull request to them.

Releases will fetch from GitHub automatically. If not, or we are in a hurry, just execute cloud function updateRepo with argument {"repo": "leancloud/lean-cli"} to update.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].