Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/npm-card
😎 Easily Create your own NPM Card.
https://github.com/ultirequiem/npm-card
javascript nodejs npm-card resume
Last synced: 2 months ago
JSON representation
😎 Easily Create your own NPM Card.
- Host: GitHub
- URL: https://github.com/ultirequiem/npm-card
- Owner: UltiRequiem
- License: mit
- Created: 2021-09-17T17:25:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:43:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T17:32:27.134Z (3 months ago)
- Topics: javascript, nodejs, npm-card, resume
- Language: JavaScript
- Homepage: https://npmjs.com/package/ultirequiem
- Size: 173 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NPM Cards
Have you seen all the [npm cards](https://github.com/topics/npm-card)
on GitHub and now you want one too?This repository tries to help you make one easily.
## Setup
1. Fork this repo
2. Edit [config.js](./config.js) to fit you
3. Change the [package name](https://github.com/UltiRequiem/npm-card/blob/main/package.json#L2) with your name
4. Create a new [npmjs token](https://docs.npmjs.com/creating-and-viewing-access-tokens#creating-tokens-with-the-cli) and add it to the secrets of your fork as `NPM_TOKEN `
You can get a token in your shell by running `npm token create`
5. Make a new Release
Done!
Now you can go to you shel and run `npx ${yourname}`
## Example
This is my NPM card:
![Screenshot](./screenshot.png)
If you want a demo go to your shell and type `npx ultirequiem`.
### License
This project is licensed under the [MIT License](./LICENSE.md)