Skip to content

Instantly share code, notes, and snippets.

@korzio
Created January 23, 2019 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/c36a4e56ac2be828be4c321491f9d8c2 to your computer and use it in GitHub Desktop.
Save korzio/c36a4e56ac2be828be4c321491f9d8c2 to your computer and use it in GitHub Desktop.
medium-basic-first.js
#!/usr/bin/env node
const { description, name, version } = require('./package.json')
const VERSION_MESSAGE = `${name} ${version}`
const HELP_MESSAGE = `${VERSION_MESSAGE}
${description}
Usage:
--help Help documentation
--version Installed package version`
console.log(HELP_MESSAGE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment