https://github.com/chialab/text-helpers-js
A set of helpers for text manipulation.
https://github.com/chialab/text-helpers-js
Last synced: 26 days ago
JSON representation
A set of helpers for text manipulation.
- Host: GitHub
- URL: https://github.com/chialab/text-helpers-js
- Owner: chialab
- License: mit
- Created: 2016-06-09T14:44:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:50:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T22:04:05.237Z (9 months ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A set of helpers for text manipulation.
---
## 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
```