@kishu279/create-node-starter
v1.0.1
Published
Node.js starter template generator with TypeScript - run with npx @kishu279/create-node-starter
Maintainers
Readme
@kishu279/create-node-starter
A CLI tool to quickly scaffold Node.js starter projects with TypeScript.
🚀 Quick Start
Create a new Node.js project:
npx @kishu279/create-node-starter my-projectOr create in current directory:
npx @kishu279/create-node-starter📦 What's Included
The starter template includes:
- Node.js project structure
- TypeScript configuration
- Modern ES modules setup
- Example utility functions
🛠️ Usage
Create a new project
npx @kishu279/create-node-starter my-awesome-project
cd my-awesome-project
npm installCreate in current directory
mkdir my-project
cd my-project
npx @kishu279/create-node-starter
npm install📁 Generated Project Structure
After running the command, you'll have:
your-project/
├── index.js
├── utils/
│ └── someUtility.js
└── package.json (if template includes it)⚡ Features
- 🚀 Fast: Instantly scaffold new Node.js projects
- 📦 Modern: Uses ES modules and TypeScript
- 🛠️ Flexible: Create in new directory or current directory
- 🎯 Simple: No complex configuration needed
🔧 Requirements
- Node.js 16+ (for ES modules support)
- npm or yarn
📝 Commands
npx @kishu279/create-node-starter- Create in current directorynpx @kishu279/create-node-starter <project-name>- Create new directory
🐛 Issues
If you encounter any issues, please report them at: GitHub Issues
📄 License
ISC
👨💻 Author
kishu
Happy coding! 🎉
