https://github.com/idyll-lang/idyll-plugin-revision
Idyll plugin to display git revision information
https://github.com/idyll-lang/idyll-plugin-revision
Last synced: 29 days ago
JSON representation
Idyll plugin to display git revision information
- Host: GitHub
- URL: https://github.com/idyll-lang/idyll-plugin-revision
- Owner: idyll-lang
- License: mit
- Created: 2018-08-13T16:48:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T18:11:19.000Z (about 6 years ago)
- Last Synced: 2025-04-19T05:14:57.377Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idyll-plugin-revision
Idyll plugin to display git revision information
## Author
- [Christian Frisson](http://frisson.re)
## Installation
```
npm install https://github.com/ChristianFrisson/idyll-plugin-revision.git --save-dev
```Add it to your idyll configuration in `package.json`:
```json
"idyll": {
"compiler": {
"postProcessors": ["idyll-plugin-revision"]
}
}
```## Usage
To use the plugin place `[Revision /]` where you want the revision information to appear in your document.