feathers-messages-cli

Command-line client and tutorial for feathersjs


Keywords
cli
License
MIT
Install
npm install feathers-messages-cli@1.0.1

Documentation

Based heavily on the feathers CLI 2.0.

Contribute to that project as it is good stuff.

Clone the feathers-chat repo and use that as the server. This is a companion app that allows very basic (create, list) of messages through a CLI.

Getting started.

  • clone the repo or install as a global from npm.
  • Debug any errors and report them.
  • $messages create
  • $messages list
  • $messages login
  • $messages logout