0.0.6 • Published 5 years ago
hello-josh-goldberg v0.0.6
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();