hello-josh-goldberg

A sample package written by me, Josh Goldberg, to practice working in open source software. Hooray!

Usage no npm install needed!

<script type="module">
  import helloJoshGoldberg from 'https://cdn.skypack.dev/hello-josh-goldberg';
</script>

README

Hello, Josh Goldberg! 💖

NPM version

A sample package written by me, Josh Goldberg, to practice working in open source software. Hooray!

Usage

your-package-name can either be run directly as a command-line app or as functions imported by other code.

CLI

npx your-package-name

Node API

const { hello } = require("your-package-name");

hello();