Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/create-npm-card
🚀 Easily Create your own NPM Card
https://github.com/ultirequiem/create-npm-card
cli-tool javascript npm npm-card typescript
Last synced: 15 days ago
JSON representation
🚀 Easily Create your own NPM Card
- Host: GitHub
- URL: https://github.com/ultirequiem/create-npm-card
- Owner: UltiRequiem
- License: mit
- Created: 2022-03-23T22:51:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:14:55.000Z (8 months ago)
- Last Synced: 2024-10-12T20:31:02.561Z (27 days ago)
- Topics: cli-tool, javascript, npm, npm-card, typescript
- Language: JavaScript
- Homepage: https://npm-card.js.org
- Size: 77.1 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```> You will be asked some questions 👀
Now there is a new directory called ``.
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
```![Screenshot](https://raw.githubusercontent.com/UltiRequiem/npm-card/306dd39c04cfbf7af90cbe7b8955ece3f3256005/screenshot.png)
> [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 ⭐
## Versioning
We use [SemVer](http://semver.org) for versioning. For the versions available,
see the [tags](https://github.com/UltiRequiem/create-npm-card/tags).[Eliaz Bobadilla (a.k.a UltiRequiem)](https://ultirequiem.com) - Creator and
Maintainer 💪See also the full list of
[contributors](https://github.com/UltiRequiem/create-npm-card/contributors) who
participated in this project.## Built With
- [create-create-app](https://github.com/uetchy/create-create-app)
## Licence
Licensed under the MIT License.