Last active
December 16, 2020 15:37
-
-
Save FLGMwt/4a483b9e2c96907cfef6eeaf067ab2f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
console.log(`Cow says: ${process.argv[2] || 'moo'}`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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