1.6.0 • Published 1 year ago

willmendesneto v1.6.0

Weekly downloads
7
License
MIT
Repository
github
Last release
1 year ago

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:

$ 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. After that, run the commands:

$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version

Via Chocolatey:

$ choco install nodejs.install -version 6.10.2

Run the code locally

$ npm start # prints the card

or

$ node ./bin/card.js # prints the card

Demo

npx willmendesneto

Author

Wilson Mendes (willmendesneto)

1.6.0

1 year ago

1.5.0

2 years ago

1.4.0

3 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago