1.0.0 • Published 6 years ago

wintersmith-environments v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

wintersmith-environments Build Status

A Wintersmith plugin to manage environment-specific settings

Installation

Install globally or locally using npm:

npm install [-g] wintersmith-environments

Add wintersmith-environments to your config.json:

{
  "plugins": [
    "wintersmith-environments"
  ]
}

Define the environments property:

{
  "environments": {
    "build": {
      "locals": {
        "url": "http://example.com"
      }
    },
    "preview": {
      "locals": {
        "url": "http://staging.example.com"
      }
    }
  }
}

License

wintersmith-environments is released under the MIT license.