Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 228 Bytes

npm-tips

A collection of short (5 words or so) tips and tricks that can be sprinkled about the npm site.

USAGE

var tip = require('npm-tips')
console.log(tip()) // '`npm i` is the same as `npm install`'