tsdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

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

Package Sidebar

Install

npm i tsdk

Homepage

tsdk.dev

Weekly Downloads

1,679

Version

0.1.16

License

MIT

Unpacked Size

96.9 kB

Total Files

51

Last publish

Collaborators

  • suhaotian