Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T11:53:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T02:37:08.117Z (about 1 month 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
[![NPM version](https://img.shields.io/npm/v/npmf.svg)](https://www.npmjs.com/package/npmf)
[![Required Node version](https://img.shields.io/node/v/npmf.svg)](https://www.npmjs.com/package/npmf)
[![NPM total downloads](https://img.shields.io/npm/dt/npmf.svg)](https://www.npmjs.com/package/npmf)
[![Contributors](https://img.shields.io/github/contributors/rousan/npmf.svg)](https://github.com/rousan/npmf/graphs/contributors)
[![License](https://img.shields.io/github/license/rousan/npmf.svg)](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.