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

https://github.com/verbose117/metad

MetaD is a cli tool to get the information about a npm package.
https://github.com/verbose117/metad

cli information information-gathering javascript npm npm-package

Last synced: 2 months ago
JSON representation

MetaD is a cli tool to get the information about a npm package.

Awesome Lists containing this project

README

          

# metad ![latest release version](https://badgen.net/github/release/haneenmahd/metad)
MetaD is a cli tool to get the metadata related to a npm package.

# Installation
You can install this package using npm, yarn and pnpm package managers.

```sh
yarn add -D metad
```
---
```sh
npm i -D metad
```
---
```sh
pnpm add -D metad
```

# Usage
To get the information on a specific package, you could pass it's name to our CLI.
```sh
metad react
```

Running this command will result in the following results:

Run output

# Contributing
First of all, [Code of conduct 📜](https://github.com/haneenmahd/metad/blob/main/CODE_OF_CONDUCT.md).

We really appreciate opening up issues or PRs to patch bugs or introduce new features that will improve this CLI to get more information of a package.

# License
This project is licensed under `MIT`. You can find the license [here 📑](https://github.com/haneenmahd/metad/blob/main/LICENSE)