agentmarkdown

v4.2.5
An accurate, extensible, and fast HTML-to-markdown converter.
markdown html mrkdwn markup parser commonmark transform compile stringify and 1 more...

cm

git-cz

build:cjs

rm -rfd ./dist/cjs; ./node_modules/.bin/tsc --project tsconfig.cjs.json

build:es

rm -rfd ./dist/es; ./node_modules/.bin/tsc --project tsconfig.es.json

build

rm -rfd ./dist && npm run build:es && npm run build:cjs

lint

prettier -l "{,!(node_modules)/**/}*.{ts,tsx,js,jsx,md,yml,json,html}" && npm run eslint

eslint

eslint . --ext .ts

lint-fix

npm run eslint --fix && ./node_modules/.bin/prettier --write "{,!(node_modules)/**/}*.{ts,tsx,js,jsx,md,yml,json,html}"

test

jest --coverage

dev

jest --watch

pretest

npm run lint

coverage-publish

cat ./coverage/lcov.info | coveralls

postinstall

node scripts/postInstall.js

Metadata

  • MPL-2.0
  • ^10 || >=12
  • Scott Willeke
  • released 9/19/2020

Downloads

Maintainers