2.0.0 • Published 8 years ago

hoodie-zuul-config v2.0.0

Weekly downloads
55
License
Apache-2.0
Repository
github
Last release
8 years ago

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