ts-node
TypeScript runtime
Tools and utilities for TypeScript on Node.js
TypeScript execution and REPL for node.js
13k stars
83 watching
534 forks
Language: TypeScript
last commit: 6 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,434 |
bitjson/typescript-starter | A tool to quickly create and configure a new Node.js project with TypeScript support | 3,500 |
egoist/tsup | A tool to bundle TypeScript libraries into executable files without configuration. | 9,383 |
jsynowiec/node-typescript-boilerplate | A minimalistic project template to jump start a Node.js back-end application in TypeScript. | 2,772 |
tsedio/tsed | A comprehensive framework for building Node.js applications with TypeScript, providing a structured approach to coding and reducing errors. | 2,872 |
ts-essentials/ts-essentials | A collection of reusable, high-quality TypeScript types for writing more expressive and type-safe code. | 3,805 |
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,990 |
ljlm0402/typescript-express-starter | A set of templates and tools for building Express.js applications with TypeScript | 2,738 |
sindresorhus/type-fest | A collection of reusable TypeScript types for common programming patterns and data structures | 14,543 |
millsp/ts-toolbelt | A comprehensive TypeScript library providing a wide range of type utilities to improve type safety and simplify complex type operations | 6,787 |
typestrong/typedoc | Automates documentation generation for TypeScript projects | 7,821 |
definitelytyped/definitelytyped | Provides high-quality type definitions for the TypeScript programming language. | 48,861 |
torokmark/design_patterns_in_typescript | A collection of design pattern implementations in TypeScript | 5,238 |
depcheck/depcheck | Analyzes dependencies in JavaScript projects to identify unused and missing dependencies | 4,758 |