Skip to content

Instantly share code, notes, and snippets.

@FLGMwt
Last active December 16, 2020 15:37
Show Gist options
  • Save FLGMwt/4a483b9e2c96907cfef6eeaf067ab2f1 to your computer and use it in GitHub Desktop.
Save FLGMwt/4a483b9e2c96907cfef6eeaf067ab2f1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
console.log(`Cow says: ${process.argv[2] || 'moo'}`)
{
"name": "cowsay",
"version": "1.0.0",
"bin": "./cowsay.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment