exnode-cli

2.0.1 • Public • Published

exnode-cli logo

exnode-cli is a CLI tool to quickly scaffold a new Node.js application with a customizable setup.

Features

  • Interactive prompts for creating a new Node.js project
  • Supports JavaScript and TypeScript templates
  • Initializes a Git repository and installs dependencies

Installation and Usage

Install exnode-cli globally using npm:

npm install -g exnode-cli

Usage

After installation, run the CLI command to create a new Node.js application:

exnode-cli app-name

OR using npx

You can run exnode-cli from your terminal directlly without installing it globally

npx exnode-cli app-name

Follow the prompts to select your preferred template and options.

License

MIT

Package Sidebar

Install

npm i exnode-cli

Weekly Downloads

3

Version

2.0.1

License

MIT

Unpacked Size

22.7 kB

Total Files

8

Last publish

Collaborators

  • marcocholla