html-dom-parser

v0.3.1
HTML to DOM parser.
html-dom-parser html dom parser htmlparser2 pojo

lint

eslint . --ignore-path .gitignore

test

run-s test:server test:client

build

rollup --config

clean

rm -rf dist

release

standard-version --no-verify

lint:dts

dtslint .

lint:fix

npm run lint -- --fix

test:client

npm run test:client:watch -- --single-run

test:server

nyc mocha test/server

prepublishOnly

run-s lint lint:dts test clean build

test:client:build

webpack --config webpack.test.config.js

test:client:watch

npm run test:client:build && karma start

Metadata

  • MIT
  • Whatever
  • Mark
  • released 12/13/2020

Downloads

Maintainers