Useful command line snippets

December 08, 2019

Yarn

Interactively check all npm dependencies for updates

yarn upgrade-interactive --latest

Prettier

Format all .json and .js files with Prettier

prettier --parser flow --write --single-quote --no-bracket-spacing --trailing-comma es5 \"src/**/*.js\"

Gerard Degas

Written by Gerard Degas who lives and works in San Francisco building useful things. You should follow him on Twitter and Instagram