Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 408 Bytes

File metadata and controls

24 lines (16 loc) · 408 Bytes

a8e

Create standardized numeronyms.

Installation

npm install a8e

Usage

var a8e = require('a8e');

a8e('localization');         // l10n
a8e('internationalization'); // i18n
a8e('documentation');        // d11n
a8e('accessibility');        // a11y
a8e('canonicalization');     // c14n
a8e('Andreessen Horowitz');  // a16z

Tests

npm test