add-node-ts
v1.0.1
Published
CLI to bootstrap a node + ts project
Maintainers
Readme
add-node-ts
📦 A simple CLI tool to bootstrap a lightweight Node.js + TypeScript project in seconds.
✨ Features
- Sets up a fresh Node.js project with TypeScript
- Pre-configured
tsconfig.json - Adds useful
npmscripts (dev,build,start) - Installs only minimal dev dependencies (
typescript,tsx) - Ready-to-run live server with
tsx watch
🚀 Installation
You can run it directly with npx (no global install needed):
npx add-node-ts my-app