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.
- Host: GitHub
- URL: https://github.com/verbose117/metad
- Owner: verbose117
- License: mit
- Created: 2022-06-27T13:13:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T05:49:59.000Z (over 2 years ago)
- Last Synced: 2026-05-03T07:43:41.386Z (2 months ago)
- Topics: cli, information, information-gathering, javascript, npm, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/metad
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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:

# 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)