Socket
Socket
Sign inDemoInstall

tsdk

Package Overview
Dependencies
Maintainers
0
Versions
131
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.


Version published
Weekly downloads
178
increased by85.42%
Maintainers
0
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

FAQs

Package last updated on 09 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc