Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


screenshot


[![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.