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.
- Host: GitHub
- URL: https://github.com/npm/npm-tips
- Owner: npm
- Archived: true
- Created: 2015-06-18T21:00:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T15:17:42.000Z (over 10 years ago)
- Last Synced: 2025-01-13T06:00:37.344Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 73
- Watchers: 33
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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`'
```