mintyml
TypeScript icon, indicating that this package has built-in type declarations

0.1.18 • Public • Published

MinTyML is an alternative HTML syntax intended for writing documents.

Usage

import { MintymlConverter } from 'mintyml'

const converter = new MintymlConverter({
    xml: false, // default: false
    indent: 2, // default: null
    completePage: false, // default: false
})

converter.convert(`\
article {
    h1> Title

    Hello, world!
}
`)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.182latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.182
0.1.170
0.1.160
0.1.152
0.1.141
0.1.121
0.1.111
0.1.101
0.1.90
0.1.60
0.1.51
0.1.41
0.1.30
0.1.20
0.1.11
0.1.00

Package Sidebar

Install

npm i mintyml

Weekly Downloads

11

Version

0.1.18

License

MIT

Unpacked Size

1.42 MB

Total Files

15

Last publish

Collaborators

  • youngspe