ts-skeleton
v1.0.1
Published
Cross-platform script to create a TypeScript project with Node.js
Downloads
3
Readme
Create TypeScript Project CLI
ts-skeleton
is a cross-platform command-line tool to quickly set up a new TypeScript project with Node.js. It automates the creation of a project directory, installs necessary dependencies, and initializes a TypeScript configuration, making it easy to get started with TypeScript development.
Features
- Cross-platform support (Windows, Linux, macOS).
- Automatically creates a project directory with a
src
folder. - Initializes an
npm
project with TypeScript,ts-node
, andnodemon
. - Generates a
tsconfig.json
with sensible defaults. - Sets up a basic
index.ts
file. - Starts the development server with
nodemon
andts-node
.
Installation
You can run the script directly using npx
(no installation required):
npx ts-skeleton