Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

n-create-cli

teebarg5ISC1.0.0

A CLI to create a node cli app.

n-create-cli, Create Node.js CLI, Build Node CLI, node cli, nodejs, Adeniyi, Adeniyi Aderounmu

readme

Node CLI Generator

This is a simple CLI app that helps you generate a boilerplate for your Node.js CLI app. With this app, you can easily set up a basic structure for your CLI app and start developing your features right away.

Installation

To install the app, run the following command:

npm install -g n-create-cli

Usage

To use the app, simply run the following command:

$ n-create-cli
$ ncli

$ n-create-cli <command> [option]

Commands:
  help  Print help info

Options:
  -c, --clear    Clear the console Default: false
  -d, --debug    Print debug info Default: false
  -v, --version  Print CLI version Default: false

The app will then prompt you for some basic information about your CLI app, such as the app name and description. Once you have entered this information, the app will generate a boilerplate for your CLI app in the current directory.

Features

  • Generates a basic structure for your Node.js CLI app
  • Prompts for app name and description
  • Creates a basic command line interface
  • Uses modern JavaScript syntax and best practices

Contributing

If you would like to contribute to the development of this app, please feel free to fork the repository and submit a pull request. Your contributions are always welcome!

License

This app is released under the MIT License.

Maintainer