ts-setup-cli
v1.0.0
Published
CLI tool to set up a TypeScript project with nodemon, ts-node, and prettier
Readme
TypeScript Project Setup CLI
A CLI tool to quickly set up a TypeScript project with nodemon, ts-node, and prettier configurations. This package automates the creation of a basic TypeScript development environment, complete with hot-reload support, linting, and formatting checks.
Features
- TypeScript configuration with
srcanddistdirectories. - Hot Reloading via
nodemonandts-node. - Prettier for code formatting.
- Automated Scripts for development, building, formatting, and cleaning.
Prerequisites
- Node.js (version 14 or higher)
- NPM (version 6 or higher)
Installation
You can use this package with npx (no installation required) or install it globally.
Option 1: Run with npx
npx ts-setup-cliOption 2: Install Globally
npm install -g ts-setup-cli
ts-setup-cli