Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tsdk

tsdk-monorepo880MIT0.3.0TypeScript support: included

Type-safe API development and code share tool for TypeScript projects.

TypeScript, Share Code, APIs, typesafe API, type-safe API, typeorm, typesafe, zod, express, @nestjs/cli, tsdk, http, express, ws, socket.io, cli, axios, fetch, xior

readme

tsdk

Type-safe API development and code share tool for TypeScript projects.

!Run on Windows Run on Linux NPM version install size Downloads

Features

tsdk is a tool for TypeScript projects:

  • Share code easy between projects.
  • End-to-end typesafe APIs development.
  • Support @nestjs/cli bundle into one single file.
  • Built-in docs.

Note: @nestjs/cli bundle into one single file, but not include node_modules/*

Website

https://tsdk.dev

中文

Documentation

https://tsdk.dev/docs/intro

Install

npm i tsdk

Usage

npx tsdk --init
npx tsdk --sync

Support @nestjs/cli bundle project to one single file:

# bundle default project
npx tsdk --nest build
# bundle all projects
npx tsdk --nest build all
# bundle multiple projects in `nest-cli.json`
npx tsdk --nest build nameA nameB nameC