Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.