@chialab/text-helpers

A set of helpers for text manipulation.

Usage no npm install needed!

<script type="module">
  import chialabTextHelpers from 'https://cdn.skypack.dev/@chialab/text-helpers';
</script>

README

synapse

A set of helpers for text manipulation.

Travis status Code coverage NPM License Saucelabs


Install

Add as a dependency of a Node project:

$ npm install @chialab/text-helpers
# or
$ yarn add @chialab/text-helpers

Use via cdn:

<script type="text/javascript" src="https://unpkg.com/@chialab/text-helpers"></script>

Development

Requirements

Make sure you have the latest RNA cli installed:

$ npm install @chialab/rna-cli -g
# or
$ yarn global add @chialab/rna-cli

Build the project

$ yarn install
$ yarn build

Watch the project

$ yarn install
$ yarn watch

Test the project

$ yarn install
$ yarn test