{"id":27736867,"url":"https://github.com/twilio-labs/serverless-toolkit","last_synced_at":"2025-05-15T07:08:17.687Z","repository":{"id":35270860,"uuid":"141304532","full_name":"twilio-labs/serverless-toolkit","owner":"twilio-labs","description":"CLI tool to develop, debug and deploy Twilio Functions","archived":false,"fork":false,"pushed_at":"2025-04-30T11:04:28.000Z","size":2558,"stargazers_count":119,"open_issues_count":54,"forks_count":63,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-09T15:04:28.894Z","etag":null,"topics":["cli","nodejs","nodejs-cli","twilio","twilio-functions","twilio-serverless"],"latest_commit_sha":null,"homepage":"https://www.twilio.com/docs/labs/serverless-toolkit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twilio-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-17T14:54:07.000Z","updated_at":"2025-05-09T12:05:38.000Z","dependencies_parsed_at":"2023-01-15T17:23:36.919Z","dependency_job_id":"d273b2d8-ae0c-431a-8fa9-f6546baab0c2","html_url":"https://github.com/twilio-labs/serverless-toolkit","commit_stats":null,"previous_names":[],"tags_count":278,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2Fserverless-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2Fserverless-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2Fserverless-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio-labs%2Fserverless-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilio-labs","download_url":"https://codeload.github.com/twilio-labs/serverless-toolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292042,"owners_count":22046426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","nodejs","nodejs-cli","twilio","twilio-functions","twilio-serverless"],"created_at":"2025-04-28T14:33:43.869Z","updated_at":"2025-05-15T07:08:12.663Z","avatar_url":"https://github.com/twilio-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"images/squared-serverless-logo-small.png\" height=\"150\" alt=\"Seagull with a French Fry\"\u003e\u003ca href=\"#disclaimer\"\u003e*\u003c/a\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eServerless Toolkit\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/twilio-labs/about\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=\u0026message=Twilio-Labs\u0026color=F22F46\u0026labelColor=0D122B\u0026logo=twilio\u0026style=for-the-badge\" alt=\"Part of Twilio Labs Banner\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## What is the Serverless Toolkit?\n\nThe [Serverless Toolkit](https://www.twilio.com/docs/labs/serverless-toolkit) is CLI tooling to help you develop locally and deploy to the [Twilio Functions \u0026 Assets](https://www.twilio.com/serverless/functions).\n\nThere are two ways you can use the toolkit. If you are already using the [Twilio CLI](https://www.twilio.com/docs/twilio-cli), you can install it via a plugin. Alternatively, you can use the toolkit as a standalone using [twilio-run](https://npm.im/twilio-run) via npm or another Node.js package manager.\n\nThroughout the [docs](https://www.twilio.com/docs/labs/serverless-toolkit), you can switch in the code snippets between Twilio-CLI and Bash Session to get the commands for both versions.\n\n## Let's work together\n\nEverything in this toolkit is released under [Twilio Labs](https://www.twilio.com/docs/labs) and fully open-source. If you find any problems with this, [please file an issue](https://github.com/twilio-labs/serverless-toolkit/issues) or even create a pull request to work together with us on the toolkit. We would love to hear your ideas and feedback!\n\n## Project Structure \u0026 Contributing\n\nThis project is a monorepo, meaning it contains multiple packages in one repository. It consists out of the following packages:\n\n- [`twilio-run`](packages/twilio-run) - The underlying CLI tool\n- [`plugin-serverless`](packages/plugin-serverless) - Exposes the `twilio-run` CLI into the [Twilio CLI](https://www.twilio.com/docs/twilio-cli)\n- [`create-twilio-function`](packages/create-twilio-function) - Handles templating and bootstrapping of new projects and Functions\n- [`serverless-api`](packages/serverless-api) - The module used to interact with the actual [Twilio Functions and Assets API](https://www.twilio.com/docs/runtime/functions-assets-api)\n- [`runtime-handler`](packages/runtime-handler) - A version of the [Twilio Functions Runtime Handler](https://www.twilio.com/docs/runtime/runtime-handler) to be used in local development\n- [`plugin-assets`](packages/plugin-assets) - A plugin for the Twilio CLI to easily upload assets to a Twilio Assets service\n- [`serverless-runtime-types`](packages/serverless-runtime-types) - TypeScript definitions to define globals for the Twilio Serverless runtime\n\nAlso part of the Serverless toolkit, but in another repository:\n\n- [`function-templates`](https://github.com/twilio-labs/function-templates) - The templates used by the toolkit to create new Functions\n\nTo understand more about the structure and the design of the Toolkit check out the [design documentation](docs/DESIGN.md).\n\n## Setup \u0026 Development\n\nThis project uses [`npm` workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) as a tool to manage the monorepo. If you are unfamiliar with the tool, start by checking out the the [`npm` docs](https://docs.npmjs.com/cli/v7/using-npm/workspaces) and make sure you use at least npm version 8 or newer (`npm install -g npm@8`).\n\n```bash\ngit clone git@github.com:twilio-labs/serverless-toolkit.git\ncd serverless-toolkit\nnpm install\nnpm run build\n```\n\n## License\n\nMIT\n\n## Disclaimer\n\nUnofficial logo. Not a Twilio logo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio-labs%2Fserverless-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilio-labs%2Fserverless-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio-labs%2Fserverless-toolkit/lists"}