0.4.0 ā€¢ Published 4 months ago

axts v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

About

CLI command (alternative to node) for seamlessly running TypeScript & ESM, in both commonjs & module package types.

Installation

$ npm install axts -D

Usage

$ axts src/main.ts
# or with watch mode
$ axts --watch --extensions ts,json src/main.ts
# you can also use it with commonjs
$ axts --watch --commonjs --extensions ts,json src/main.ts

IMPORTANT

When the --commonjs flag is missing.

"type": "module" is required in your package.json

{
  ...
  "type": "module",
  ...
}

Features

  • Blazing fast on-demand TypeScript & ESM compilation
  • Works in both CommonJS and ESM packages
  • Supports next-gen TypeScript extensions (.cts & .mts)
  • Hides experimental feature warnings
  • Resolves tsconfig.json paths

How to contribute

If you want to contribute to the development of this project, feel free to create a GitHub account and fork this repository.

Releases

For information about the latest and previous versions of this project, see the releases section.

If you made it through, thank you very much for this quick read.

May the force be with you!

šŸ“ƒ License MIT

0.4.0

4 months ago

0.3.6

5 months ago

0.3.7

5 months ago

0.3.5

5 months ago

0.3.2

5 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.2.2

5 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago