Skip to content

A retext plugin to encourage the usage of common contractions.

Notifications You must be signed in to change notification settings

danielgolden/retext-use-contractions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published