steren’s avatarsteren’s Twitter Archive—№ 4,232

  1. TIL that npm can be used as a tool to bootstrap your favorite stack! npm init [<scope>/]<name>, which is the same as npx [<scope>/]create-<name> For example $ npm init react-app will use the create-react-app package to bootstrap a React app. docs.npmjs.com/cli/init Jakeherringbone/1134196828562309122
    OpenGraph image for docs.npmjs.com/cli/init