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"