1.0.2 • Published 2 years ago

rkcard v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

BusinessCard

Table of contents

General info

This package purpose is only to provide social links from myself

Technologies

This project is build with:

  • node.js
  • npm

Setup

To run this project, make sure you have the latest version of node.js and npm installed :

$ npm install -g npm@latest

By adding the n module, you can interactively manage Node.js versions.

  1. First, clear the npm cache:
$ npm cache clean -f
  1. Install n, Node’s version manager:
$ npm install -g n
  1. With the n module installed, you can use it to:
  • Install the latest stable version:
$ sudo n stable

Note: Some Ubuntu distros may respond with the command not found output after running the n command. To fix this issue run sudo -E env "PATH=$PATH" command. For example, to install the latest stable version, as in the example above, you would run sudo -E env "PATH=$PATH" n stable.

  • Install the latest release:
$ sudo n latest
  • Install a specific version:
$ sudo n [version.number]

Then you can try the package there :

$ npx rkcard

Contributor

  • Kezzou Raphael
  1. My mail
  2. My github

License

This project is under the MIT license

Back to top

1.0.2

2 years ago

1.0.1

2 years ago