nr_test
v1.0.7
Published
say hi to nr
Downloads
11
Readme
This is a test module created by our team as a starting point to the node packaging.
Steps to install the package
npm -i nr_test
use case Use this to log a welcome message in the console
let nr_test=require('nr_test');
nr_test.welcome();
Result
Hello, welcome to nr_test npm package
