An open API service indexing awesome lists of open source software.

https://github.com/npm/npm-tips

A collection of short (5 words or so) tips and tricks that can be sprinkled about the npm site.
https://github.com/npm/npm-tips

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# npm-tips

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

## USAGE

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