npm-it
runs npm install followed by npm test
TLDR
Install and test
$ npm it
Install and test in CI$ npm it --ci
SYNOPSIS
npm it
DESCRIPTION
npm it runs npm install followed by npm test. Shortcut for common workflow.
The command combines install and test. Alias for npm install-test.
PARAMETERS
--help
Display help information.
CAVEATS
Runs both commands. Fails if either fails. CI convenience.
HISTORY
npm it is a shorthand alias combining install and test operations.
SEE ALSO
npm(1), npm-install(1), npm-test(1)
