danielgolden / retext-use-contractions

A retext plugin to encourage the usage of common contractions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retext-use-contractions

A retext plugin to encourage the usage of common contractions.

Install

npm install retext-use-contractions

Use

import { retext } from "retext";
import retextUseContractions from "retext-use-contractions";

retext()
  .use(retextUseContractions)
  .process("I can not see you.")
  .then((report) => {
    console.error(report);
  });

About

A retext plugin to encourage the usage of common contractions.


Languages

Language:JavaScript 100.0%