This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Tags: twilio-labs/create-twilio-function
Tags
2.1.0 (January 14, 2020) [☰](v2.0.0...v2.1.0) - minor updates - Validates project names. Names can only include letters, numbers and hyphens - Adds `npm run deploy` command to generated project which will run `twilio-run deploy` - Updates Node version output for new functions to 10.17 to match Twilio Functions environment - Adds a link to the Twilio console to the output asking for credentials - Lints the code according to eslint-config-twilio - Improves getting the size of the terminal for setting the output
Version 2 - Exports details about the cli command so that other projects can consume it - Generates new project from the ./templates directory in this project - Can generate projects based on a template from twilio-labs/function-templates - Can list available templates - Depends on twilio-run v2.0.0