exnode-cli
v2.0.1
Published
A Node.js terminal tool for spinning up Javascript & Typescript projects.
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-cliUsage
After installation, run the CLI command to create a new Node.js application:
exnode-cli app-nameOR using npx
You can run exnode-cli from your terminal directlly without installing it globally
npx exnode-cli app-nameFollow the prompts to select your preferred template and options.
License
MIT
