Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flex-dev-utils

twilio5.6kMITdeprecated4.3.4TypeScript support: included

This package is deprecated and no longer supported. Please use the latest stable version of @twilio/flex-dev-utils instead.

Common development utility for creating a Flex plugin

flex, plugin, scripts, twilio

readme

npm npm NpmLicense

Flex Dev Utils

Common development utility functions and scripts for Flex plugin creation.

Installation

These utilities are included by default when you use flex-plugin.

Contributing

Make sure to follow the instructions in the main repository to set up the project.

# Install dependencies and link local packages with each other
cd packages/flex-dev-utils
npx lerna bootstrap

# Run tests
npm test

# To use your local package in a different project
npm link
# then in a different project
npm link flex-dev-utils

Contributors

Thank you to all the lovely contributors to this project. Please check the main repository to see all contributors.

License

MIT