1.0.1 • Published 5 years ago

spfe v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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>