https://github.com/rousan/npmf
Fetch quick info of a npm pacakge using terminal
https://github.com/rousan/npmf
fetch info meta npm package quick terminal
Last synced: 8 months ago
JSON representation
Fetch quick info of a npm pacakge using terminal
- Host: GitHub
- URL: https://github.com/rousan/npmf
- Owner: rousan
- License: mit
- Created: 2019-02-27T16:26:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T11:53:18.000Z (over 6 years ago)
- Last Synced: 2024-11-14T02:37:08.117Z (8 months ago)
- Topics: fetch, info, meta, npm, package, quick, terminal
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 63
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://www.npmjs.com/package/npmf)
[](https://www.npmjs.com/package/npmf)
[](https://www.npmjs.com/package/npmf)
[](https://github.com/rousan/npmf/graphs/contributors)
[](https://github.com/rousan/npmf/blob/master/LICENSE)# npmf
A very useful tool to fetch quick info of a npm package using your favourite terminal.
> Run `f `
## Requirements
`node` >= `v4.0.0`
**Note**: If `node` and `npm` are not installed, Install them from [here](https://nodejs.org/en/download/).
## Installation
Install it from `npm`:
```bash
$ npm install -g npmf
```## Usage
It exposes a short and memorable command `f`, run it as follows:
```bash
$ f
```## Contributing
Your PRs and stars are always welcome.