/my_first_npm_package

Primary LanguageJavaScriptApache License 2.0Apache-2.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"