Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-land

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-land

The only tool you will ever need for TypeScript

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ts-land

The only tool you will ever need for TypeScript

Installation

npm install -D ts-land

Verify installation

tsl --version

Usage

run

tsl run <file.ts> # tsl run src/server.ts

Executes a ts file directly from the command line

dev

tsl dev <file.ts> # tsl dev src/server.ts

Uses nodemon to reload your app on every change. You can modify the package.json to ignore certain files or folders. Check out the nodemon docs for all available options.

build

tsl build <file.ts> <outputDirectory> # tsl build src/server.ts dist

Compile a TypeScript project into a single index.js file, together with all its dependencies using @vercel/ncc

browser

tsl browser <file.ts> <outputDirectory> # tsl browser src/server.ts dist

Builds a TypeScript file using tsc, bundles all modules into one file with browserify and minifies it using uglify-js

Keywords

FAQs

Package last updated on 21 Mar 2021

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