Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovhemert/npmcard
NPM Business Card
https://github.com/ovhemert/npmcard
Last synced: 21 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T09:23:12.000Z (3 months ago)
- Last Synced: 2024-10-28T18:52:54.288Z (about 2 months ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 7
- Watchers: 3
- 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
[![Travis](https://img.shields.io/travis/com/ovhemert/npmcard.svg?branch=master&logo=travis)](https://travis-ci.com/ovhemert/npmcard)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d241a0808c5a450f94830a747d7e7b28)](https://www.codacy.com/app/ovhemert/npmcard?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/npmcard&utm_campaign=Badge_Grade)
[![Known Vulnerabilities](https://snyk.io/test/npm/npmcard/badge.svg)](https://snyk.io/test/npm/npmcard)
[![Coverage Status](https://coveralls.io/repos/github/ovhemert/npmcard/badge.svg)](https://coveralls.io/github/ovhemert/npmcard)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)Reads public information from your NPM profile.
![Example](./assets/images/example.png)
## 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
[![Github](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=github)](https://github.com/ovhemert)
[![Web](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=nextdoor)](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)