joha
v0.1.3
Published
Bootstrap a modern Node.js CLI app in seconds.
Downloads
17
Readme
Bootstrap a modern Node.js CLI in seconds
joha
A lightweight tool to quickly create modern command-line applications.
Features
- Fast project scaffolding
- TypeScript support out of the box
- Modern ES modules
- Ultra minimal starting point (BYOP - Bring Your Own Packages)
- Symlink scripts are preset — just run a script, no manual setup needed
Installation
npm install -g johaProject Structure
my-cli/
├── src/
│ └── index.ts
├── .gitignore
├── package.json
└── tsconfig.jsonLicense
MIT
