https://github.com/ovhemert/npmcard
NPM Business Card
https://github.com/ovhemert/npmcard
Last synced: 4 months ago
JSON representation
NPM Business Card
- Host: GitHub
- URL: https://github.com/ovhemert/npmcard
- Owner: ovhemert
- License: mit
- Created: 2018-12-20T08:56:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T09:23:12.000Z (about 1 year ago)
- Last Synced: 2025-04-07T20:06:23.376Z (7 months ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - npmcard - NPM Business Card (JavaScript)
README
# Your NPM Business Card
[](https://travis-ci.com/ovhemert/npmcard)
[](https://www.codacy.com/app/ovhemert/npmcard?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/npmcard&utm_campaign=Badge_Grade)
[](https://snyk.io/test/npm/npmcard)
[](https://coveralls.io/github/ovhemert/npmcard)
[](http://standardjs.com/)
Reads public information from your NPM profile.

## Try it
``` sh
$ npx npmcard
```
It's that easy.
## Use it
Want to create and customize your own card? Use it as a module in you project.
``` sh
$ npm install npmcard
```
And use [this](https://github.com/ovhemert/npmcard-ovhemert/blob/master/bin/index.js) as an example. More docs will come, or help me write them by sending a PR ;)
## Maintainers
Osmond van Hemert
[](https://github.com/ovhemert)
[](https://ovhemert.dev)
## Contributing
If you would like to help out with some code, check the [details](./docs/CONTRIBUTING.md).
Not a coder, but still want to support? Have a look at the options available to [donate](https://ovhemert.dev/donate).
## Inspired by
[@bitandbang](https://www.npmjs.com/package/bitandbang)