A simple command line tool to create new service bus subscriptions
$ createSubscription.exe -t <topic> -s <subscription> -f <filter> -c "<connectionString>"
$ npm install
$ node index.js -h
To package into a native executable you must install jxcore and then run:
$ jx package index.js "createSubscription" -native -slim .git