1.7.5 • Published 3 years ago

@argdown/core v1.7.5

Weekly downloads
26
License
MIT
Repository
github
Last release
3 years ago

@argdown/core

Argdown logo

The package contains

  • the parser and lexer for the Argdown argumentation syntax, using the Chevrotain DSL.
  • the basic ArgdownApplication class that manages plugins
  • and the plugins for all central tasks, including the ParserPlugin, ModelPlugin, MapPlugin, HtmlExportPlugin, JSONExportPlugin, DotExportPlugin.

This package is part of the Argdown project.

For more information about this package visit the API documents.

Installing

If you want to use the package in your own software, use npm install @argdown/core.

If you want to check out the code, fork this repository and run npm run bootstrap.

Testing

npm run test

Building

npm run build