flex-dev-utils

v4.0.0
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

cd ../.. && tsc -p "packages/flex-dev-utils/tsconfig.json"

clean

rm -rf dist

lint:fix

npm run lint -- --fix

prebuild

npm run clean

test:watch

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

Metadata

  • MIT
  • Whatever
  • Flex Runtime
  • released 5/17/2021

Downloads