ts-node
TypeScript runtime
Tools and utilities for TypeScript on Node.js
TypeScript execution and REPL for node.js
13k stars
83 watching
533 forks
Language: TypeScript
last commit: 4 months ago
Linked from 1 awesome list
hacktoberfestnodejsreplruntimetsts-nodetypescripttypescript-compilertypescript-node
Related projects:
Repository | Description | Stars |
---|---|---|
wclr/ts-node-dev | A tool that combines compilation and reloading of TypeScript applications with the functionality of node-dev. | 3,430 |
bitjson/typescript-starter | A tool to quickly create and configure a new Node.js project with TypeScript support | 3,491 |
egoist/tsup | A tool to bundle TypeScript libraries into executable files without configuration. | 9,236 |
jsynowiec/node-typescript-boilerplate | A minimalistic project template to jump start a Node.js back-end application in TypeScript. | 2,754 |
tsedio/tsed | A Node.js and TypeScript framework that simplifies the creation of web applications with decorators and guidelines for readable and error-free code. | 2,859 |
ts-essentials/ts-essentials | A collection of reusable, high-quality TypeScript types for writing more expressive and type-safe code. | 3,770 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
kulshekhar/ts-jest | A Jest transformer that enables testing of TypeScript projects | 6,977 |
ljlm0402/typescript-express-starter | A set of templates and tools for building Express.js applications with TypeScript | 2,719 |
sindresorhus/type-fest | A collection of reusable TypeScript types for common programming patterns and data structures | 14,363 |
millsp/ts-toolbelt | A comprehensive TypeScript library providing a wide range of type utilities to improve type safety and simplify complex type operations | 6,752 |
typestrong/typedoc | Generates documentation for TypeScript projects using a command-line interface. | 7,766 |
definitelytyped/definitelytyped | Provides high-quality type definitions for the TypeScript programming language. | 48,621 |
torokmark/design_patterns_in_typescript | A collection of design pattern implementations in TypeScript | 5,212 |
depcheck/depcheck | Analyzes dependencies in JavaScript projects to identify unused and missing dependencies | 4,735 |