npm.io
1.0.2 • Published 7 years ago

@romankuepper/my_first_npm_package

Licence
MIT
Version
1.0.2
Deps
0
Size
12 kB
Vulns
0
Weekly
0

npm

npm bundle size (minified)

my_first_npm_package

Says hello!

Install

$ npm install @romankuepper/my_first_npm_package

Usage

const hello = require("@romankuepper/my_first_npm_package");

hello("roman");
//=> "Hello roman"