Skip to content

kn1cht/run-textlint-on-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-textlint-on-deno

This repository is a proof of concept for textlint runs on Deno.

Files

  • textlint.ts : script to import required modules and to run textlint
  • .textlintrc : config file of textlint

Usage

  • single file

$ deno run --allow-env --allow-read --allow-sys textlint.ts test.md

  • multiple files

$ deno run --allow-env --allow-read --allow-sys textlint.ts test.md test.tex

$ find . -type f -name '*.md' -or -name '*.tex' | xargs deno run --allow-env --allow-read --allow-sys textlint.ts

About

Run textlint on deno (1.28 or higher)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published