0.1.0 • Published 2 years ago

@epubknowledge/entityverter v0.1.0

Weekly downloads
-
License
see license in LI...
Repository
github
Last release
2 years ago

Entityverter

A NPM package that converts a file's entities from name and rendered to their respected numerical value. If a bad entity is found it will be deleted.

Basic Usage

NPM:

npm i @epubknowledge/entityverter

yarn:

yarn add @epubknowledge/entityverter

CLI

Install to NPM:

cd entityverter && npm i && npm link

In the terminal:

evcli -i file.xhtml

If using this as a CLI and wanting advanced documentation it can be found at CLI documentation.

Package

This can take two arguments:

  • data: The content going in that will be traversed
  • results: Wether or not you want to know what was changed which would change the return from string to an object.
const entityverter(data, results)

If using this as a package and wanting advanced documentation it can be found a Package documentation.

0.1.0

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago