flex-dev-utils

v4.4.1-nightly.20210310
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
  • Kousha Talebian
  • released 3/10/2021

Downloads