https://github.com/ilib-js/ilib-lint-webos
An ilib-lint plugin for webOS
https://github.com/ilib-js/ilib-lint-webos
Last synced: about 1 year ago
JSON representation
An ilib-lint plugin for webOS
- Host: GitHub
- URL: https://github.com/ilib-js/ilib-lint-webos
- Owner: iLib-js
- License: apache-2.0
- Archived: true
- Created: 2024-03-13T07:26:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T01:21:20.000Z (over 1 year ago)
- Last Synced: 2025-04-21T05:43:01.141Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ilib-lint-webos
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :warning: **Deprecation Notice** :warning:
> This repository has been deprecated. Please use the corresponding package from the [ilib-mono-webos](https://github.com/iLib-js/ilib-mono-webos) instead.
# ilib-lint-webos
An ilib-lint plugin that provides the ability to parse webOS xliff files and provides rules to check .
## Installation
```
npm install --save-dev ilib-lint-webos
```
Then, in your `ilib-lib-config.json`, add a script:
```
"plugins": [
"ilib-lint-webos"
],
```
Please note: nodejs version 14 or above is required to run ilib-lint, as it
is written with ESM modules.
## License
Copyright (c) 2024-2025, JEDLSoft
This plugin is license under Apache2. See the [LICENSE](./LICENSE)
file for more details.
## Release Notes
### v1.0.1
- Add the missing `log4js` to the dependencies in the `package.son` file.
### v1.0.0
- Implement the HtmlFormatter to write the output into a html file.