🛠 SPFE
Swiss army knife for SPFE devs
Installation
$ npm_config_registry=https://npm.garenanow.com/ yarn global add spfe
npx
$ npm_config_registry=https://npm.garenanow.com/ npx spfe
Commands
lint-config
Get the eslint configuration configured for the location
$ spfe lint-config <location>
# for current directory
$ spfe lint-config .
yarn-why
A lite version of yarn why
that reads from yarn.lock
only, and works for lerna
projects with private packages
spfe yarn-why <package>