All Projects → calibreapp → Cli

calibreapp / Cli

Calibre's Node.js API and Command Line Client (CLI)

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Cli

Tree Node Cli
🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Cli
Try and use desktop software in your browser without downloading/installing anything.
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Aura.cli
Command-Line Interface tools
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Tmux Power
🎨 Tmux powerline theme
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Swiftplaygroundscli
Easily generate Swift Playgrounds from your command line 👨‍💻
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Somafm
📻 Play & record SomaFM radio channels
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Multivisor
Centralized supervisor WebUI and CLI
Stars: ✭ 104 (+0%)
Mutual labels:  cli
Npm Try
🚆 Quickly try npm packages without writing boilerplate code.
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+1237.5%)
Mutual labels:  cli
Urcli
CLI tool for the Udacity Reviews API
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Posce
A note-taking toolkit for your command line.
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Speedtest Linux
Get download/upload speeds via speedtest.net or fast.com from command line using Bash script -- suitable for logs. POSIX OSX Linux
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Arcgis Js Cli
CLI to build a template application and widgets using the ArcGIS API for JavaScript
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (+0%)
Mutual labels:  cli
Py Todo
📋 Lightweight reminder / todo-list in cli
Stars: ✭ 102 (-1.92%)
Mutual labels:  cli
Riot Api
Riot League of Legends & DataDragon API wrappers for PHP7
Stars: ✭ 103 (-0.96%)
Mutual labels:  cli
Awesome Cli
A curated list of awesome resources for building immersive CLI experiences.
Stars: ✭ 104 (+0%)
Mutual labels:  cli
Void Space
Well-Typed Typing Tutor where you Type Types... in space... yup, you heard me
Stars: ✭ 104 (+0%)
Mutual labels:  cli
Cloudbase Framework
🏆 腾讯云开发 ☁️ 云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool 🔥 One-click deploy to serverless architecture. https://docs.cloudbase.net/framework
Stars: ✭ 1,389 (+1235.58%)
Mutual labels:  cli

Calibre CLI - Automate your performance system

Build status NPM package

Installation

To get the latest version, run this command:

npm install -g calibre

Other installation options

Features

  • Manage your performance system with a single command: calibre.
  • Single page tests. Create one-off, sharable Calibre tests for fast feedback: calibre test create <url> --location=Frankfurt --device=iPhone6
  • Deployments. Track performance, best practices, accessibility and SEO between deploys
  • CI/CD/Automation. Every command has a --json flag for machine readable output: calibre test <url> --location=Sydney --json
  • Scriptable. All API methods are exported to the Calibre NPM package

Authentication

Authentication is handled via an environment variable: CALIBRE_API_TOKEN. Create your token via the team API tokens page.

Usage

$ calibre --help

Examples

Node client

The Calibre package exports a node API that can be used to automate your performance system however you’d like to. Check the examples/nodejs directory for reference.

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].