https://github.com/docpad/docpad-plugin-cachr
Caches remote resources locally
https://github.com/docpad/docpad-plugin-cachr
docpad-plugin
Last synced: about 1 year ago
JSON representation
Caches remote resources locally
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-cachr
- Owner: docpad
- License: other
- Created: 2012-10-17T01:58:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T14:43:58.000Z (over 2 years ago)
- Last Synced: 2025-04-23T20:07:56.274Z (about 1 year ago)
- Topics: docpad-plugin
- Language: CoffeeScript
- Homepage:
- Size: 307 KB
- Stars: 3
- Watchers: 16
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Cachr Plugin for [DocPad](https://docpad.org)
This [DocPad](https://docpad.org) plugin provides a template helper that will take in a remote URL, download it, and provide the local URL for you.
## Usage
To use, simply wrap any url you want to cache locally within the exposed `@cachr(url)` function inside your templates.
- [Eco](https://github.com/sstephenson/eco) example:
``` coffeescript
```
would become:
``` coffeescript
```
- [CoffeeKup](http://coffeekup.org/) example:
``` coffeescript
img src:'http://somewebsite.com/someimage.gif'
```
would become:
``` coffeescript
img src:@cachr('http://somewebsite.com/someimage.gif')
```
Install
Install this DocPad plugin by entering docpad install cachr into your terminal.
History
Discover the release history by heading on over to the HISTORY.md file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
License
Unless stated otherwise all works are:
- Copyright © Bevry Pty Ltd
and licensed under: