Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 506 Bytes

idyll-plugin-revision

Idyll plugin to display git revision information

Author

Installation

npm install https://github.com/ChristianFrisson/idyll-plugin-revision.git --save-dev

Add it to your idyll configuration in package.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.