create-npm-card
Version:
Easily Create your own NPM Card.
64 lines (38 loc) • 1.24 kB
Markdown
# Create NPM Card
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.
## Use
```sh
npx create-npm-card <name>
```
> You will be asked some questions 👀
Now there is a new directory called `<name>`.
You can edit `src/cli.js` and `src/config.js` freely, all is plain JavaScript,
use your creativity!
After editing that files, or maybe not, just run
```sh
node src/cli.js
```
To publish run
```sh
npm publish
```
That's all 🚀
> [npm publish docs](https://docs.npmjs.com/cli/v8/commands/npm-publish)
## Example
You can see mines as an example 👇
```sh
npx ultirequiem
```

> [Repository](https://github.com/UltiRequiem/npm-card)
## Support
Open an Issue, I will check it a soon as possible 👀
If you want to hurry me up a bit
[send me a tweet](https://twitter.com/intent/tweet?text=%40UltiRequiem%20) 😆
Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
my work 🚀
Don't forget to start the repo ⭐
## Licence
Licensed under the MIT License.