Socket
Socket
Sign inDemoInstall

tsx

Package Overview
Dependencies
27
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tsx

TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files


Version published
Weekly downloads
1.7M
decreased by-20.47%
Maintainers
1
Install size
9.78 MB
Created
Weekly downloads
 

Package description

What is tsx?

The tsx npm package is a CLI tool for running TypeScript and TSX files directly without pre-compilation. It's essentially a TypeScript execution and REPL for node.js, similar to how `node` works for JavaScript. It allows developers to quickly run scripts and prototypes written in TypeScript, including support for TSX (TypeScript with JSX syntax), which is commonly used in React development.

What are tsx's main functionalities?

Execute TypeScript files directly

Allows you to run a TypeScript file directly from the command line without needing to compile it first. This is particularly useful for quick scripts or during development.

tsx script.ts

REPL mode

Launches a REPL (Read-Eval-Print Loop) where you can type and execute TypeScript code interactively. This is useful for testing small snippets of code quickly.

tsx

Support for TSX

Enables execution of TSX files, which is TypeScript with JSX syntax. This is particularly useful for React developers who want to test components or scripts that include JSX.

tsx component.tsx

Other packages similar to tsx

Readme

Source

tsx

TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js

Documentation    |    Getting started →


Already a sponsor? Join the discussion in the Development repo!

[!TIP] Build your TypeScript projects?

Try pkgroll—the zero-config package bundler used by tsx!

pkgroll is a thin Rollup wrapper that makes it so simple for your package to support CommonJS, ESM, & TypeScript.

If you love tsx, you'll love pkgroll too!

Sponsors

Keywords

FAQs

Last updated on 12 May 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc