hello-josh-goldberg
v0.0.6
Published
A sample package written by me, Josh Goldberg, to practice working in open source software. Hooray!
Downloads
3
Maintainers
Readme
Hello, Josh Goldberg! 💖
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();