Hello community,
This is a tiny command line node app, to print out the latest ProcessWire forum posts to your terminal.
Installation
Following command requires nodejs
sudo npm install -g processwire-forum-posts
Usage
The global installation will symlink an executable script and place it in your PATH. To use processwire-forum-posts type `pwforum` on your terminal or command prompt:
$ pwforum
More information please refer following:
NPM Directory: https://www.npmjs.com/package/processwire-forum-posts
Source: https://github.com/gayanvirajith/node-processwire-forum-posts
Thanks