Skip to content

chkal/metalsmith-build-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metalsmith-build-info

npm Build Status

Metalsmith plugin to add various build infos to the metadata.

Installation

npm install metalsmith-build-info --save-dev

Usage

var buildinfo = require("metalsmith-build-info");

Metalsmith(__dirname)
  /* ... */
  .use(buildinfo())
  /* ... */

The plugin will set the following metadata:

  • buildinfo.date: The date at which the site was generated.
  • buildinfo.user: The user who generated the site (i.e. travis).
  • buildinfo.nodejs: The version of Node.js used to generate the site (i.e. v6.9.2).
  • buildinfo.arch: String identifying the processor architecture that the Node.js is currently running on (i.e. x64).
  • buildinfo.platform: String identifying the operating system platform on which the Node.js process is running on (i.e. linux).
  • buildinfo.version: The version of Metalsmith used to generate the site (i.e. 2.3.0)

License

MIT

About

Metalsmith plugin to add various build infos to the metadata.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors