Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradgarropy/business-card
- Owner: bradgarropy
- License: mit
- Created: 2020-05-24T03:27:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T04:11:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T04:38:46.902Z (3 months ago)
- Topics: business-card, chalk, eslint, inquirer, npm, npx, parcel, prettier
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/bradgarropy
- Size: 1.23 MB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# π business card
_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