1.0.6 • Published 8 months ago
cookts v1.0.6
Cookts
Effortless live compiling as well as reloading for TypeScript.
Description
CookTS is a simple setup for live reloading TypeScript and JavaScript files using nodemon
and ts-node
. It allows you to develop your TypeScript projects with ease, automatically recompiling and restarting the application when changes are detected.
Getting Started
Prerequisites
- Node.js
- npm
Installation
- Install the dependencies:
npm install
Usage
To start the application with live reloading, run:
npx cookts