Socket
Socket
Sign inDemoInstall

hoodie-zuul-config

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hoodie-zuul-config

shared zuul configuration for Hoodie modules


Version published
Weekly downloads
15
decreased by-11.76%
Maintainers
1
Install size
7.46 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 22 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc