All Projects β†’ sindresorhus β†’ Node Cli Boilerplate

sindresorhus / Node Cli Boilerplate

Licence: mit
Boilerplate to kickstart creating a Node.js command-line tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Cli Boilerplate

Terminal Link
Create clickable links in the terminal
Stars: ✭ 361 (+72.73%)
Mutual labels:  command-line, npm-package
Fanyi
A πŸ‡¨πŸ‡³ and πŸ‡ΊπŸ‡Έ translate tool in your command line.
Stars: ✭ 940 (+349.76%)
Mutual labels:  command-line, npm-package
Figures
Unicode symbols with Windows CMD fallbacks
Stars: ✭ 438 (+109.57%)
Mutual labels:  command-line, npm-package
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-65.07%)
Mutual labels:  command-line, npm-package
Conf
Simple config handling for your app or module
Stars: ✭ 707 (+238.28%)
Mutual labels:  command-line, npm-package
Forge Node App
πŸ› πŸ“¦πŸŽ‰ Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-56.94%)
Mutual labels:  command-line, npm-package
Ruplacer
Find and replace text in source files
Stars: ✭ 201 (-3.83%)
Mutual labels:  command-line
Gpymusic
Google Py Music: A simple TUI client for Google Play Music
Stars: ✭ 204 (-2.39%)
Mutual labels:  command-line
Winfetch
πŸ›  A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (-9.57%)
Mutual labels:  command-line
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-5.74%)
Mutual labels:  command-line
Stonky
A command line dashboard for monitoring stocks
Stars: ✭ 208 (-0.48%)
Mutual labels:  command-line
Argparse4j
Java port of Python's famous argparse command-line argument parser.
Stars: ✭ 206 (-1.44%)
Mutual labels:  command-line
Filter Console
Filter out unwanted `console.log()` output
Stars: ✭ 203 (-2.87%)
Mutual labels:  npm-package
Askgit
Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. πŸ” πŸ“Š
Stars: ✭ 2,707 (+1195.22%)
Mutual labels:  command-line
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (-1.91%)
Mutual labels:  npm-package
Aperture Node
Record the screen on macOS from Node.js
Stars: ✭ 199 (-4.78%)
Mutual labels:  npm-package
Facebook Dl
πŸ“Ό Very minimal Facebook downloader written in 28 lines of Python code (not including comments and blank spaces)
Stars: ✭ 207 (-0.96%)
Mutual labels:  command-line
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+2015.79%)
Mutual labels:  command-line
Ascii
πŸ‘Ύ ASCII Roulette :: ascii art video chat on the cli
Stars: ✭ 202 (-3.35%)
Mutual labels:  command-line
Learn gnugrep ripgrep
Example based guide to mastering GNU grep and ripgrep
Stars: ✭ 204 (-2.39%)
Mutual labels:  command-line

node-cli-boilerplate

Boilerplate to kickstart creating a Node.js command-line tool

This is what I use for my own command-line tools.

Also check out node-module-boilerplate.

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

$ curl -fsSL https://github.com/sindresorhus/node-cli-boilerplate/archive/main.tar.gz | tar -xz --strip-components=1

There's also a Yeoman generator.


Remove everything from here and above


unicorn-fun-cli

My awesome command-line tool

Install

$ npm install --global unicorn-fun-cli

Usage

$ unicorn-fun --help

  Usage
    $ unicorn-fun [input]

  Options
    --postfix  Lorem ipsum  [Default: rainbows]

  Examples
    $ cli-name
    unicorns & rainbows
    $ cli-name ponies
    ponies & rainbows
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].