@twilio/flex-dev-utils
v7.0.7
Published
Common development utility for creating a Flex plugin
Downloads
39,379
Maintainers
Readme
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.