All Projects → twilio-labs → Serverless Toolkit

twilio-labs / Serverless Toolkit

Licence: mit
CLI tool to develop, debug and deploy Twilio Functions

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Serverless Toolkit

Docker registry cli
Docker Registry CLI - Provides search functionality for Docker Registry (UI and CLI)
Stars: ✭ 48 (-5.88%)
Mutual labels:  cli
Cli
💻 Decentraland command-line interface
Stars: ✭ 49 (-3.92%)
Mutual labels:  cli
Git Req
Check out merge requests from your GitLab/GitHub hosted repositories from the command line with just the request number.
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Luneta
command-line fuzzy finder
Stars: ✭ 49 (-3.92%)
Mutual labels:  cli
Azure Functions Billing
Azure Functions v2 with .NET Core - billing in serverless architecture.
Stars: ✭ 49 (-3.92%)
Mutual labels:  twilio
Papyrusjs
papyrus.js renders maps of Minecraft: Bedrock Edition worlds using node.js, LevelDB and leaflet.
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Para
Para - community plugin manager and a "swiss army knife" for Terraform/Terragrunt - just 1 tool to facilitate all your workflows.
Stars: ✭ 47 (-7.84%)
Mutual labels:  cli
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (+0%)
Mutual labels:  cli
Ascii Combat
A simple CLI text adventure game, created for learning purposes, feel free to contribute.
Stars: ✭ 49 (-3.92%)
Mutual labels:  cli
Cli
The command line vault (Windows, macOS, & Linux).
Stars: ✭ 1,044 (+1947.06%)
Mutual labels:  cli
Textusm
Online tool for Generate a User Story Map from indented text.
Stars: ✭ 49 (-3.92%)
Mutual labels:  cli
Kn
A collection of shell functions for Kubernetes native dabbling
Stars: ✭ 49 (-3.92%)
Mutual labels:  cli
Picofeed
A minimal terminal rss reader
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+1952.94%)
Mutual labels:  cli
Pitchfork Npm
An Unofficial Pitchfork Music API client for Node.js
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Nomadctld
ssh server with ability to exec/attach/logs/tail/stop/restart hashicorp nomad containers
Stars: ✭ 47 (-7.84%)
Mutual labels:  cli
Taro dva typescript
Taro dva Typescript Project technology
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (+1972.55%)
Mutual labels:  cli
Sonos Cli
🎶 Command Line Interface for Sonos
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli
Pectin
Rollup-related tools for incremental transpilation of packages in Lerna-based monorepos
Stars: ✭ 50 (-1.96%)
Mutual labels:  cli

Seagull with a French Fry*

Serverless Toolkit

Part of Twilio Labs Banner

What is the Serverless Toolkit?

The Serverless Toolkit is CLI tooling to help you develop locally and deploy to the Twilio Runtime.

There are two ways you can use the toolkit. If you are already using the Twilio CLI, you can install it via a plugin. Alternatively, you can use the toolkit as a standalone using twilio-run via npm or another Node.js package manager.

Throughout the docs, you can switch in the code snippets between Twilio-CLI and Bash Session to get the commands for both versions.

Let's work together

Everything in this toolkit is released under Twilio Labs and fully open-source. If you find any problems with this, please file an issue or even create a pull request to work together with us on the toolkit. We would love to hear your ideas and feedback!

Project Structure & Contributing

This project is a monorepo, meaning it contains multiple packages in one repository. It consists out of the following packages:

To understand more about the structure and the design of the Toolkit check out the design documentation.

Setup & Development

This project uses lerna as a tool to manage the monorepo. If you are unfamiliar with the tool, start by checking out the the lerna docs.

git clone [email protected]:twilio-labs/twilio-run.git serverless-toolkit
cd serverless-toolkit
npm install
npm run bootstrap

License

MIT

Disclaimer

Unofficial logo. Not a Twilio logo.

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