metad
v1.0.0
Published
MetaD is a cli tool to get the metadata related to a npm package.
Downloads
1
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.
yarn add -D metad
npm i -D metad
pnpm add -D metad
Usage
To get the information on a specific package, you could pass it's name to our CLI.
metad react
Running this command will result in the following results:
Contributing
First of all, Code of conduct 📜.
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 📑