An open API service indexing awesome lists of open source software.

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

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.