https://github.com/cecilapp/netlify-plugin-cecil-cache
Persist the Cecil cache between Netlify builds.
https://github.com/cecilapp/netlify-plugin-cecil-cache
Last synced: 4 months ago
JSON representation
Persist the Cecil cache between Netlify builds.
- Host: GitHub
- URL: https://github.com/cecilapp/netlify-plugin-cecil-cache
- Owner: Cecilapp
- License: mit
- Created: 2021-01-06T11:04:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T23:38:29.000Z (over 1 year ago)
- Last Synced: 2025-04-10T12:49:40.249Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/netlify-plugin-cecil-cache
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netlify-plugin-cecil-cache
This [Netlify plugins](https://www.netlify.com/products/build/plugins/) persist the [Cecil](https://cecil.app)’s cache between Netlify builds.
## Usage
There are two ways to install this plugin:
### Installing from [Netlify UI](https://docs.netlify.com/build-plugins/#ui-installation)
[One-click install](http://app.netlify.com/plugins/netlify-plugin-cecil-cache/install) to add this to your Cecil site.
### Installing from [npm](https://www.npmjs.com/package/netlify-plugin-cecil-cache)
Add the plugin in `package.json`:
```bash
npm install -D netlify-plugin-cecil-cache
```
Add the following lines to your project's `netlify.toml` file:
```toml
[build]
publish = "_site"
[[plugins]]
package = "netlify-plugin-cecil-cache"
```
### Available inputs
```toml
[[plugins]]
package = "netlify-plugin-cecil-cache"
[plugins.inputs]
cacheDir = ".cache" # Cache directory (`.cache` by default)
debug = true # Print list of cached folders in build log (`false` by default)
```
## License
_netlify-plugin-cecil-cache_ is a free software distributed under the terms of the MIT license.
© [Arnaud Ligny](https://arnaudligny.fr)