Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradgarropy/business-card

πŸƒ npx business card
https://github.com/bradgarropy/business-card

business-card chalk eslint inquirer npm npx parcel prettier

Last synced: 3 months ago
JSON representation

πŸƒ npx business card

Awesome Lists containing this project

README

        

# πŸƒ business card


npm


npm

_Digital business card._

![business card][card]

### πŸ“¦ Installation

Installation is not required, as you can run this package with [`npx`][npx].

### πŸ₯‘ Usage

```
npx bradgarropy
```

### πŸ•ΊπŸΌ Create Your Own

First, [fork][fork] this repository, clone it your machine, and install the dependencies.

```bash
git clone https://github.com/bradgarropy/business-card.git
cd business-card
npm install
```

Next, use the `generator` to create your configuration. You can also [modify the configuration][configuration] manually if you prefer.

```bash
npm run generate
```

Then, update the `name` field in [`package.json`][package]. I highly recommend that the `name` field matches your primary online username (ex: `bradgarropy`).

Finally, [publish][publish] the package to `npm`. If you are new to this process, I created a [video][video] covering publishing a package.

```bash
npm publish
```

Now anyone with `npm` installed can see your business card!

```bash
npx bradgarropy
```

### ❔ Questions

πŸ› report bugs by filing [issues][issues]
πŸ“’ provide feedback with [issues][issues] or on [twitter][twitter]
πŸ™‹πŸΌβ€β™‚οΈ use my [ama][ama] or [twitter][twitter] to ask any other questions

### 🎞 Credit

✨ inspired by [J.C. Hiatt][jc]
πŸ“– accomplished with the help of this [article][article]

[issues]: https://github.com/bradgarropy/business-card/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://bradgarropy.com/ama
[package]: https://github.com/bradgarropy/business-card/blob/master/package.json
[fork]: https://github.com/bradgarropy/business-card/fork
[card]: images/business-card.png
[npx]: https://npmjs.com/package/npx
[jc]: https://twitter.com/jchiatt/status/1251700185840918531
[article]: https://medium.com/@natterstefan/how-to-create-your-personal-npm-business-card-816dfc66ca8
[configuration]: docs/configuration.md
[publish]: https://docs.npmjs.com/cli/v6/commands/npm-publish
[video]: https://youtu.be/S_wvHDOrac0