https://github.com/birhoff/html-links-rewrite
Replace links in html by rules
https://github.com/birhoff/html-links-rewrite
Last synced: 3 months ago
JSON representation
Replace links in html by rules
- Host: GitHub
- URL: https://github.com/birhoff/html-links-rewrite
- Owner: birhoff
- License: other
- Created: 2017-04-14T09:02:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T18:06:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T19:46:42.883Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# html-links-rewrite
[![NPM Status][npm-img]][npm]
[![Travis Status][test-img]][travis]
[![Coverage Status][coverage-img]][coveralls]
[![Dependency Status][dependency-img]][david]
[![Greenkeeper badge][greenkeeper-img]][greenkeeper][npm]: https://www.npmjs.org/package/html-links-rewrite
[npm-img]: https://img.shields.io/npm/v/html-links-rewrite.svg[travis]: https://travis-ci.org/birhoff/html-links-rewrite
[test-img]: https://img.shields.io/travis/birhoff/html-links-rewrite.svg?label=tests[coveralls]: https://coveralls.io/r/birhoff/html-links-rewrite
[coverage-img]: https://img.shields.io/coveralls/birhoff/html-links-rewrite.svg[david]: https://david-dm.org/birhoff/html-links-rewrite
[dependency-img]: http://img.shields.io/david/birhoff/html-links-rewrite.svg[greenkeeper]: https://greenkeeper.io/
[greenkeeper-img]:https://badges.greenkeeper.io/birhoff/html-links-rewrite.svg## Requirements
* [Node.js 4+](https://nodejs.org/en/)
## Install
```sh
```
## Usage
```js
```
Yields:
```json```
License
-------Code and documentation copyright 2017 YANDEX LLC. Code released under the [Mozilla Public License 2.0](LICENSE.txt).