Skip to content
forked from jpush/JPush-cli

JPush Cli - 通过命令行来调用 JPush API。很方便实用的调测工具。由第三方开发者实现、维护。

License

Notifications You must be signed in to change notification settings

fendouai/JPush-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

极光推送Node.js 命令行工具

Usage

install

npm install -g jpush-cli

init

jpush init

你就会在当前目录看到一个jpush_key.json 的文件, 然后填上你的appkey 和 masterSecret 就可以了

推送通知

广播

jpush -m HelloWorld

指定tag

jpush -t test -m HelloWorld

指定alias

jpush -a test -m HelloWorld

推送Android 消息

广播

jpush -c -k key -m value

指定tag

jpush -t test -c -k key -m HelloWorld

指定alias

jpush -a test -c -k key -m HelloWorld

支持本项目

如果你觉得这个项目还不错,就请作者喝杯咖啡吧

About

JPush Cli - 通过命令行来调用 JPush API。很方便实用的调测工具。由第三方开发者实现、维护。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • Makefile 5.4%