{"id":15599595,"url":"https://github.com/hypercubed/docpad-plugin-raw","last_synced_at":"2025-04-24T07:05:10.584Z","repository":{"id":8397090,"uuid":"9976344","full_name":"Hypercubed/docpad-plugin-raw","owner":"Hypercubed","description":"Moved to ","archived":false,"fork":false,"pushed_at":"2014-01-15T07:01:11.000Z","size":332,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T07:05:05.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/docpad/docpad-plugin-raw","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hypercubed.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-10T07:05:46.000Z","updated_at":"2018-06-14T13:11:34.000Z","dependencies_parsed_at":"2022-09-05T07:10:44.539Z","dependency_job_id":null,"html_url":"https://github.com/Hypercubed/docpad-plugin-raw","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fdocpad-plugin-raw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fdocpad-plugin-raw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fdocpad-plugin-raw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fdocpad-plugin-raw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hypercubed","download_url":"https://codeload.github.com/Hypercubed/docpad-plugin-raw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580731,"owners_count":21453535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-03T02:00:26.092Z","updated_at":"2025-04-24T07:05:10.558Z","avatar_url":"https://github.com/Hypercubed.png","language":"CoffeeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=X7KYR6T9U2NHC"],"categories":[],"sub_categories":[],"readme":"# Raw Files Plugin for [DocPad](http://docpad.org)\nCopies all files in the raw directory to out.  Useful for large files that cause out of memory error when placed in files directory.\n\n\n[![NPM version](https://badge.fury.io/js/docpad-plugin-raw.png)](http://badge.fury.io/js/docpad-plugin-raw)\n\n[![Gittip donate button](http://badgr.co/gittip/hypercubed.png)](https://www.gittip.com/hypercubed/ \"Donate weekly to this project using Gittip\")\n[![Paypal donate button](http://badgr.co/paypal/donate.png?bg=%23feb13d)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=X7KYR6T9U2NHC \"One time donation to this project using Paypal\")\n\n## Install\n\n```\nnpm install --save docpad-plugin-raw\n```\n\n## Install for testing\n\n```\ngit clone https://github.com/Hypercubed/docpad-plugin-raw.git\ncd docpad-plugin-raw\nnpm install\nmake compile\n```\n\n## Test\n\n```\nmake test\n```\n\n## Configuration\nSet as many sources as you want. Path should be relative to the `src` directory. The out folder specified in docpad.coffee is used for the destination.\n\nIf no configuration is specified, defaults to `raw` folder\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            src: 'raw'\n        app:\n            src: 'app'\n# ...\n```\n\nYou can also specify copy options as specified by ncp package\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            src: 'raw'\n            options:\n                clobber: false\n# ...\n```\n\nIf you would rather use a shell command\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            command: ['rsync', '-a', './src/raw/', './out/']\n# ...\n```\n\n## Deployment Notes\n\nUsing ncp should make this plugin work on a wide variety of platforms and hosted platforms such as Heroku\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n\u003cbr/\u003eCopyright \u0026copy; 2013+ J. Harshbarger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fdocpad-plugin-raw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypercubed%2Fdocpad-plugin-raw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fdocpad-plugin-raw/lists"}