JSPM

@twilio/flex-dev-utils

5.0.2-beta.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8817
  • Score
    100M100P100Q137870F
  • License MIT

Common development utility for creating a Flex plugin

Package Exports

  • @twilio/flex-dev-utils
  • @twilio/flex-dev-utils/dist/axios
  • @twilio/flex-dev-utils/dist/axios.js
  • @twilio/flex-dev-utils/dist/credentials
  • @twilio/flex-dev-utils/dist/credentials.js
  • @twilio/flex-dev-utils/dist/env
  • @twilio/flex-dev-utils/dist/env.js
  • @twilio/flex-dev-utils/dist/errors
  • @twilio/flex-dev-utils/dist/errors/index.js
  • @twilio/flex-dev-utils/dist/fs
  • @twilio/flex-dev-utils/dist/fs.js
  • @twilio/flex-dev-utils/dist/index.js
  • @twilio/flex-dev-utils/dist/lodash
  • @twilio/flex-dev-utils/dist/lodash.js
  • @twilio/flex-dev-utils/dist/prints
  • @twilio/flex-dev-utils/dist/prints.js
  • @twilio/flex-dev-utils/dist/random
  • @twilio/flex-dev-utils/dist/random.js
  • @twilio/flex-dev-utils/dist/sids
  • @twilio/flex-dev-utils/dist/sids.js
  • @twilio/flex-dev-utils/dist/spawn
  • @twilio/flex-dev-utils/dist/spawn/index.js
  • @twilio/flex-dev-utils/dist/updateNotifier
  • @twilio/flex-dev-utils/dist/updateNotifier.js
  • @twilio/flex-dev-utils/dist/urls
  • @twilio/flex-dev-utils/dist/urls.js
  • @twilio/flex-dev-utils/dist/validators
  • @twilio/flex-dev-utils/dist/validators.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@twilio/flex-dev-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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