retext-stringify
Advanced tools
Comparing version
{ | ||
"name": "retext-stringify", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "nlcst to text compiler for retext", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,13 +0,15 @@ | ||
# retext-stringify [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size] [![Chat][chat-badge]][chat] | ||
# retext-stringify | ||
[![Build][build-badge]][build] | ||
[![Coverage][coverage-badge]][coverage] | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Size][size-badge]][size] | ||
[![Sponsors][sponsors-badge]][collective] | ||
[![Backers][backers-badge]][collective] | ||
[![Chat][chat-badge]][chat] | ||
[**retext**][retext] plugin to stringify natural language. | ||
[Compiler][] for [**unified**][unified]. | ||
Stringifies [**nlcst**][nlcst] syntax trees to text. | ||
Used in the [**retext** processor][processor] but can be used on its own as | ||
well. | ||
Stringifies [**nlcst**][nlcst] syntax trees. | ||
* * * | ||
**Announcing the unified collective! 🎉 | ||
[Read more about it on Medium »][announcement]** | ||
## Sponsors | ||
@@ -45,11 +47,13 @@ | ||
## Installation | ||
[**Read more about the unified collective on Medium »**][announcement] | ||
## Install | ||
[npm][]: | ||
```bash | ||
```sh | ||
npm install retext-stringify | ||
``` | ||
## Usage | ||
## Use | ||
@@ -71,8 +75,2 @@ ```js | ||
## Table of Contents | ||
* [API](#api) | ||
* [processor.use(stringify)](#processorusestringify) | ||
* [License](#license) | ||
## API | ||
@@ -82,7 +80,19 @@ | ||
Configure the `processor` to stringify [**nlcst**][nlcst] syntax trees | ||
to text. | ||
Compile [**nlcst**][nlcst] syntax trees. | ||
There is no configuration for the compiler. | ||
There is no configuration for the parser. | ||
## Contribute | ||
See [`contributing.md`][contributing] in [`retextjs/.github`][health] for ways | ||
to get started. | ||
See [`support.md`][support] for ways to get help. | ||
Ideas for new plugins and tools can be posted in [`retextjs/ideas`][ideas]. | ||
A curated list of awesome retext resources can be found in [**awesome | ||
retext**][awesome]. | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
abide by its terms. | ||
## License | ||
@@ -110,2 +120,8 @@ | ||
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg | ||
[backers-badge]: https://opencollective.com/unified/backers/badge.svg | ||
[collective]: https://opencollective.com/unified | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
@@ -115,2 +131,14 @@ | ||
[health]: https://github.com/retextjs/.github | ||
[contributing]: https://github.com/retextjs/.github/blob/master/contributing.md | ||
[support]: https://github.com/retextjs/.github/blob/master/support.md | ||
[coc]: https://github.com/retextjs/.github/blob/master/code-of-conduct.md | ||
[ideas]: https://github.com/retextjs/ideas | ||
[awesome]: https://github.com/retextjs/awesome-retext | ||
[license]: https://github.com/retextjs/retext/blob/master/license | ||
@@ -124,8 +152,8 @@ | ||
[processor]: https://github.com/retextjs/retext | ||
[compiler]: https://github.com/unifiedjs/unified#processorcompiler | ||
[retext]: https://github.com/retextjs/retext | ||
[nlcst]: https://github.com/syntax-tree/nlcst | ||
[announcement]: https://medium.com/unifiedjs/collectively-evolving-through-crowdsourcing-22c359ea95cc |
5334
19.97%154
22.22%