Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willmendesneto/card
My NPM business card
https://github.com/willmendesneto/card
Last synced: about 2 months ago
JSON representation
My NPM business card
- Host: GitHub
- URL: https://github.com/willmendesneto/card
- Owner: willmendesneto
- Created: 2020-07-18T22:34:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T12:15:52.000Z (about 1 year ago)
- Last Synced: 2024-11-07T06:09:47.090Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My own npm business card.
# Usage
Via npx:
```
npx willmendesneto
```## Setup and installation
Make sure that you are using the NodeJS version is the same as `.nvmrc` file version. If you don't have this version please use a version manager such as `nvm` or `n` to manage your local nodejs versions.
> Please make sure that you are using NodeJS version 6.10.2
Assuming that you are using `nvm`, please run the commands inside this folder:
```bash
$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
```In Windows, please install NodeJS using one of these options:
Via `NVM Windows` package: Dowload via [this link](https://github.com/coreybutler/nvm-windows). After that, run the commands:
```bash
$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
```Via Chocolatey:
```bash
$ choco install nodejs.install -version 6.10.2
```### Run the code locally
```bash
$ npm start # prints the card
```or
```bash
$ node ./bin/card.js # prints the card
```## Demo
![npx willmendesneto](https://user-images.githubusercontent.com/1252570/88490447-0d9f8180-cf72-11ea-991d-a6e5ba4e3e9a.gif)
## Author
**Wilson Mendes (willmendesneto)**
-
-