Skip to content

Instantly share code, notes, and snippets.

@adafycheng
Last active January 19, 2024 10:04
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 adafycheng/314fc85d66356d4e985c02b378178aec to your computer and use it in GitHub Desktop.
Save adafycheng/314fc85d66356d4e985c02b378178aec to your computer and use it in GitHub Desktop.
CLI Tool

CLI Tool

This is a gist aiming at providing a CLI Tool written in Node.jsnpx

How to run it?

npx https://gist.github.com/adafycheng/314fc85d66356d4e985c02b378178aec
#!/usr/bin/env node
console.log('Welcome to CLI!');
{
"name": "cli",
"description": "A CLI Tool written in Node.js",
"version": "1.0.0",
"bin": "./cli.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment