rundown

0.0.7 • Public • Published

Rundown npm version npm downloads License Test

Run TypeScript in Node.js, powered by Rolldown.

Inspired by tsx.

  • Available features
    • Run (by giving a file path)
    • Watch (--watch or -w)
    • Extends Node.js REPL (by giving no arguments at all)
    • Extends Node.js Test runner (by giving --test or -t)

Usage

  • Install rundown
# Global install on your system
npm install -g rundown
# Local install for your project
npm install -D rundown
  • Run TypeScript files
# Global usage
rundown index.ts
# Local usage
./node_modules/.bin/rundown index.ts

Development

  • Install dependencies
npm install
  • Build the project
npm run build

Readme

Keywords

none

Package Sidebar

Install

npm i rundown

Weekly Downloads

144

Version

0.0.7

License

MIT

Unpacked Size

12.3 kB

Total Files

5

Last publish

Collaborators

  • gugustinette