1.0.8 • Published 8 years ago

hello_pkg v1.0.8

Weekly downloads
27
License
-
Repository
-
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago