Skip to content

saqqdy/tsnd

TSND

A ts runtime tool

NPM version npm download License

Sonar

Installation

1. global

# Install via npm
npm install -g tsnd

# or install via yarn
yarn global add tsnd

2. local

# Install via npm
npm install -D tsnd

# or install via yarn
yarn add -D tsnd

Usage

# Run the cjs module written in typescript
tscjs test.ts
# or
tsnd-cjs test.ts

# Run the esm module written in typescript
tsesm test.ts
# or
tsnd-esm test.ts

Configuration

No configuration required

Sponsor this project

Packages

 
 
 

Contributors