helloworld-raxocoding

Generate a Hello (name) string!

Usage no npm install needed!

<script type="module">
  import helloworldRaxocoding from 'https://cdn.skypack.dev/helloworld-raxocoding';
</script>

README

Why?

Just trying to learn how to create NPM packages, this thing isnt actually useful!

It just gets someones name a returns 'Hello ' + name

Installation

npm i helloworld-raxocoding --save

Usage

const generateHello = require('helloworld-raxocoding');

console.log(generateHello('Josh'));