Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chialab/text-helpers-js
- Owner: chialab
- License: mit
- Created: 2016-06-09T14:44:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:50:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T09:03:43.482Z (about 2 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
### RequirementsMake 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
```