mobify-push-tools

0.0.3 • Public • Published
  __  __       _     _  __         ____            _       _____           _     
 |  \/  | ___ | |__ (_)/ _|_   _  |  _ \ _   _ ___| |__   |_   _|__   ___ | |___ 
 | |\/| |/ _ \| '_ \| | |_| | | | | |_) | | | / __| '_ \    | |/ _ \ / _ \| / __|
 | |  | | (_) | |_) | |  _| |_| | |  __/| |_| \__ \ | | |   | | (_) | (_) | \__ \
 |_|  |_|\___/|_.__/|_|_|  \__, | |_|    \__,_|___/_| |_|   |_|\___/ \___/|_|___/
                           |___/                                                 

Mobify Push Messaging Tools

A set of tools to ease developing with Mobify Push Messaging.

Requirements

Installation

Global installation (easier use):

npm install -g mobify-push-tools

Install as a dependency of your project:

npm install --save-dev mobify-push-tools

Usage

If the tools were installed globally, you can begin using them like this:

mobify-push <command> <arguments>

Otherwise, add an npm script to your project's package.json:

scripts: {
    "mobify-push": "mobify-push"
}

And begin using the tool like this:

npm run mobify-push -- <command> <arguments>

Commands

The basic set of commands are upload, delete, publish, unpublish, watch, and list:

Readme

Keywords

Package Sidebar

Install

npm i mobify-push-tools

Weekly Downloads

7

Version

0.0.3

License

SEE LICENSE IN LICENSE

Last publish

Collaborators

  • mobify