0.1.0 • Published 9 years ago
hockeyapp-remover v0.1.0
Hockey App Remover
This script will go through all of your Hockeyapp apps and ask for each one whether it should delete it.
Usage
npm install -g hockeyapp-remover
hockeyapp-remover --token <HockeyAppToken>Development
npm installRun it directly with babel-node:
./node_modules/.bin/babel-node index.js --token <HockeyAppToken>Or transpile it first:
npm run buildAnd run:
node dist.js0.1.0
9 years ago