0.0.2 • Published 7 years ago

@nickthesing/bb-watch-cli-configuration v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

bb-watch-cli-configuration

CLI tool with configuration for Backbase watcher


Example

//import 
let watcher = require('../bb-watch/dist').default;

// init
watcher({
	notifications: boolean, // (default: true) enable/disable notifications
	packageName: string // (default: 'package.zip') specify package name
	excludeExtentions: array // (default '.zip') excludes extentions for watcher, zip is required!
	port: number // (default: 7777) port number for portal on localhost
});
0.0.2

7 years ago

0.0.1

7 years ago