flex-dev-utils

v4.6.1-dev.202104132238
Common development utility for creating a Flex plugin
flex plugin scripts twilio

lint

eslint --ext ts src/

test

cd ../.. && jest packages/flex-dev-utils --color

build

../../node_modules/.bin/tsc

clean

rm -rf dist

lint:fix

npm run lint -- --fix

prebuild

npm run clean

prepublish

npm run build

test:watch

cd ../.. && jest packages/flex-dev-utils --watch --color

Metadata

  • MIT
  • Whatever
  • Flex Runtime
  • released 4/13/2021

Downloads