exnode-cli
v2.0.1
Published
A Node.js terminal tool for spinning up Javascript & Typescript projects.
Downloads
6
Maintainers
Readme
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