test_helloWorld
v1.0.0
Published
helloworld
Downloads
5
Readme
test_helloWorld
- this is a example for test helloWorld.
Overview
- Getting Started
- install
- Usage
- License
Getting Started
npm install test_helloWorld
Usage
var h = require('test_helloWorld');
h.hello.a(); // hello world.
h.test.test(); // this is a test
h.hello.showmsg(); // Not set
h.hello.setmsg('[test] hello world'); //your set msg to :[test] hello world
h.hello.showmsg(); //[test] hello world
Result
License
- SEE MIT