0.0.0 • Published 2 years ago

scarmark v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Scarmark

Scarmark stills in stable: newer phase, contributions is highly appreciated.

Scarmark aims to be the fastest library to convert Markdown to HTML with NAPI-RS ⚡

  • [] ⚡Faster than existing libraries around JS ecosystem
  • [] Works in browser, server (CJS & ESM), and CLI
  • [] Lightweight implementation
  • [] TypeScript support
  • [] Using sanitize support by default (you can disable)
  • [] 100% Free and Open Source (MIT Licensed)
  • [] SWC Plugin Support

Installation

CLI

npm install -g scarmark

Browser / NodeJS / TypeScript

npm install scarmark

Usage

CLI

# using string argument
$ scarmark -o "**scarmark**"
# using file
$ scarmark -o index.html

Browser

License

Copyright (c) 2022, Muhammad Fauzan. (MIT License)