1.0.8 • Published 7 years ago

hello_pkg v1.0.8

Weekly downloads
27
License
-
Repository
-
Last release
7 years ago

##Install

$ npm install hello_pkg --save

##Usage

var hello_pkg = require('hello_pkg'); // with es5

import hello_pkg from 'hello_pkg'; // with es6

hello_pkg(text);

Default "text" is "hello world new version"

Or, with config:

var hello_pkg = require('hello_pkg');

var text = "hello world";

hello_pkg(text);

##License

##MIT

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago