Skip to content

joerter/johnoerter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running locally

npm install
node index.js

Making it executable

Add this as the first line of index.js #!/usr/bin/env node

Add this to your package.json: "bin": "index.js"

About

A sample npm package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published