Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chialab/text-helpers-js

A set of helpers for text manipulation.
https://github.com/chialab/text-helpers-js

Last synced: about 2 months ago
JSON representation

A set of helpers for text manipulation.

Awesome Lists containing this project

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:

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

Use via cdn:
```html

```

## Development
### Requirements

Make sure you have the latest [RNA cli](https://github.com/chialab/rna-cli) installed:
```sh
$ 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
```