rkcard
v1.0.2
Published
Business Card about me
Readme
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@latestBy adding the n module, you can interactively manage Node.js versions.
- First, clear the npm cache:
$ npm cache clean -f- Install n, Node’s version manager:
$ npm install -g n- With the n module installed, you can use it to:
- Install the latest stable version:
$ sudo n stableNote: 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 rkcardContributor
- Kezzou Raphael
License
This project is under the MIT license
