An open API service indexing awesome lists of open source software.

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

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.