hoodie-zuul-config

2.0.0 • Public • Published

hoodie-zuul-config

shared zuul configuration for Hoodie modules

Build Status Dependency Status devDependency Status

Usage

Add hoodie-zuul-config as dependency

npm install --save hoodie-zuul-config

Create a zuul.config.js file in the project root

module.exports = require('hoodie-zuul-config')

Set custom settings or overwrite defaults:

var zuulConfig = module.exports = require('hoodie-zuul-config')
zuulConfig.scripts = [
  './node_modules/pouchdb/dist/pouchdb.js'
]

Local setup

git clone git@github.com:hoodiehq/hoodie-zuul-config.git
cd hoodie-zuul-config
npm install
npm test

Contributing

Have a look at the Hoodie project's contribution guidelines. For any questions, come to our Hoodie chat, or ping us on Twitter @hoodiehq

License

Apache-2.0

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    13
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i hoodie-zuul-config

Weekly Downloads

15

Version

2.0.0

License

Apache-2.0

Last publish

Collaborators

  • hoodie