https://github.com/walkmod/walkmod-rawfiles-plugin
Writer and walker to process plain text files
https://github.com/walkmod/walkmod-rawfiles-plugin
Last synced: 5 months ago
JSON representation
Writer and walker to process plain text files
- Host: GitHub
- URL: https://github.com/walkmod/walkmod-rawfiles-plugin
- Owner: walkmod
- Created: 2015-11-27T13:00:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T13:08:44.000Z (over 10 years ago)
- Last Synced: 2024-05-28T17:34:05.482Z (about 2 years ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
walkmod-rawfiles-plugin
=======================
Walkmod plugin to process raw files (without parsing).
== Usage
Specifically, this plugin allows to work with the string content of a file. Specifically, it has been designed to rewrite files for an
specific platform (e.g unix, mac or windows) and thus, work with an specific an endline char (\n, \r or \r\n).
In order to use this plugin from a project where you would like to run walkmod, you just need to add:
1) The plugin declaration
```XML
...
```
2) The configuration provider specifying your classpath (the project .classes and the dependencies)
```XML
...
unix
...
```
== Contributing
If you want to hack on this, fork it, improve it and send me a pull request.
To get started using it, just clone it and call mvn install.