0.0.3 • Published 5 months ago

mt-jsx-template v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

mt-jsx-template

This is a library and command line tool that allows you to write MTML (Movable Type Markup Language) in TSX.

Usage

Transpile .mtml.tsx to .mtml

$ npx mt-jsx-template source.mtml.tsx > template.mtml

Transpile multiple files in a directory

$ npx mt-jsx-template source --outdir template

Import MT Tag types

$ npm install --save-dev mt-jsx-template

And tsconfig.json

{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "mt-jsx-template",
  }
}

Then you can refer to the MT tag type as follows.

Screenshot

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago