0.0.4 • Published 8 years ago

pushbots-cli v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

PushBots CLI

PushBots command line interface.

Want to quickly set-up your app for notifications from your terminal?

Install PushBots in your Android and Phonegap application in litterally a few seconds. PushBots CLI will download our SDK, edit your manifest and do all the work for you. You are only two steps away from pure magic.

#Set-up To install pushbots-cli from npm, run:

$ npm install -g pushbots-cli

pushbots --help

Usage

##Install

$ pushbots install

Navigate to your Android project folder (Eclipse/Android Studio) or Phonegap project and run the command and PushBots CLI will download our SDK, edit your manifest and do all the work for you.

##Remove

$ pushbots remove

Remove pushbots installed in your project.

##Test

$ pushbots test

Send a test push notifications to your device.

##Configure

$ pushbots config

Change APPID, APP SECRET, or GCM Sender ID.

Acknowledgments

Built using generator-commader.

Thanks for @drmas for his contributions.

License

Copyright (c) 2015 PushBots

MIT License