exnode-cli
is a CLI tool to quickly scaffold a new Node.js application with a customizable setup.
- Interactive prompts for creating a new Node.js project
- Supports JavaScript and TypeScript templates
- Initializes a Git repository and installs dependencies
Install exnode-cli
globally using npm:
npm install -g exnode-cli
After installation, run the CLI command to create a new Node.js application:
exnode-cli app-name
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.
MIT