An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/node-cli-boilerplate

Boilerplate to kickstart creating a Node.js command-line tool
https://github.com/sindresorhus/node-cli-boilerplate

cli-boilerplate command-line node-boilerplate nodejs npm-package template-repository

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# node-cli-boilerplate

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

This is what I use for [my own command-line tools](https://www.npmjs.com/~sindresorhus).

Also check out [`node-module-boilerplate`](https://github.com/sindresorhus/node-module-boilerplate).

## Getting started

**Click the "Use this template" button.**

Alternatively, create a new directory and then run:

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

---

**Remove everything from here and above**

---

# unicorn-fun-cli

> My awesome command-line tool

## Install

```sh
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
```