Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilib-js/ilib-lint-webos
An ilib-lint plugin for webOS
https://github.com/ilib-js/ilib-lint-webos
Last synced: 3 days 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
- Created: 2024-03-13T07:26:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T09:13:13.000Z (4 months ago)
- Last Synced: 2024-11-08T05:07:58.415Z (7 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ilib-lint-webos
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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, 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.