Starter template for creating a Node.js project including docs and a deploy pipeline
This is a placeholder section for a screenshot of your shiny new web app or CLI tool.
TODO: Add just a few lines to show how to use your application - some samples below.
Run with NPX:
$ npx foo
Install and run as a CLI tool:
$ npm install foo
$ foo --help
Use in your JS app:
import { foo } from "bar";
foo(123)
How to install, run and deploy this project
See the Template Notes section of the docs for info on this template and how to use it.
Released under MIT by @MichaelCurrin.