{"id":36703281,"url":"https://github.com/walkmod/walkmod-rawfiles-plugin","last_synced_at":"2026-01-12T11:40:19.040Z","repository":{"id":57745277,"uuid":"46980458","full_name":"walkmod/walkmod-rawfiles-plugin","owner":"walkmod","description":"Writer and walker to process plain text files","archived":false,"fork":false,"pushed_at":"2015-11-27T13:08:44.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-28T17:34:05.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walkmod.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-27T13:00:26.000Z","updated_at":"2016-02-18T12:26:51.000Z","dependencies_parsed_at":"2022-08-30T21:30:51.653Z","dependency_job_id":null,"html_url":"https://github.com/walkmod/walkmod-rawfiles-plugin","commit_stats":null,"previous_names":["rpau/walkmod-rawfiles-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/walkmod-rawfiles-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-rawfiles-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-rawfiles-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-rawfiles-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-rawfiles-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/walkmod-rawfiles-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-rawfiles-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-12T11:40:16.952Z","updated_at":"2026-01-12T11:40:19.035Z","avatar_url":"https://github.com/walkmod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"walkmod-rawfiles-plugin\n=======================\n\nWalkmod plugin to process raw files (without parsing).\n\n== Usage \n\nSpecifically, this plugin allows to work with the string content of a file. Specifically, it has been designed to rewrite files for an \nspecific platform (e.g unix, mac or windows) and thus, work with an specific an endline char (\\n, \\r or \\r\\n).\n\n\nIn order to use this plugin from a project where you would like to run walkmod, you just need to add:\n\n\n1) The plugin declaration\n\n```XML\n\u003c!DOCTYPE walkmod PUBLIC \"-//WALKMOD//DTD\"  \"http://www.walkmod.com/dtd/walkmod-1.1.dtd\" \u003e\n\u003cwalkmod\u003e\n  \u003cplugins\u003e\n    \u003cplugin groupId=\"org.walkmod\" artifactId=\"walkmod-rawfiles-plugin\" version=\"[1.0, )\" /\u003e\n  \u003c/plugins\u003e\n  ...\n\u003c/walkmod\u003e\n```\n\n2) The configuration provider specifying your classpath (the project .classes and the dependencies)\n\n```XML\n\u003c!DOCTYPE walkmod PUBLIC \"-//WALKMOD//DTD\"  \"http://www.walkmod.com/dtd/walkmod-1.1.dtd\" \u003e\n\u003cwalkmod\u003e\n  ...\n  \u003cchain name=\"rawfiles\"\u003e\n    \u003creader path=\"src/main/java\"/\u003e\n    \u003cwalker type=\"rawfiles:walker\" /\u003e\n    \u003cwriter type=\"rawfiles:writer\" path=\"src/main/java\"\u003e\n       \u003cparam name=\"platform\"\u003eunix\u003c/param\u003e\n    \u003c/writer\u003e\n    \u003c/writer\u003e  \n  \u003c/chain\u003e\n  ...\n\u003c/walkmod\u003e\n```\n\n== Contributing\n\nIf you want to hack on this, fork it, improve it and send me a pull request.\n\nTo get started using it, just clone it and call mvn install. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-rawfiles-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fwalkmod-rawfiles-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-rawfiles-plugin/lists"}