1.1.0 • Published 4 years ago

rv-npm-test v1.1.0

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

RV NPM Test

This is just a testing Node.js module to learn how to publish a module into the NPM repo.

Installation

Using npm:

Locally on the Project.

$ npm i rv-npm-test

Global

$ npm i -g rv-npm-test

Use

This module just have one method that return the current NPM version of the server that run the code. The only function available is npmVersion.

In Node.js:

// Import the node_module file.
const rvNTest = require('rv-npm-test')

// To Execute, call the function.
rvNTest.npmVersion()