Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

tsdk

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsdk

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

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
357
197.5%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

TypeScript

FAQs

Package last updated on 18 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts