spfe
v1.0.1
Published
<h1 style="text-align: center;">🛠 SPFE</h1>
Readme
Swiss army knife for SPFE devs
Installation
$ npm_config_registry=https://npm.garenanow.com/ yarn global add spfenpx
$ npm_config_registry=https://npm.garenanow.com/ npx spfeCommands
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>