Usagi is a small RabbitMQ client for make requests on queue, like Insomnia or Postman for API calls.
For usage, download latest version on releases page and run.
For starting develop, you need to follow steps below:
- Install dependences
npm install
bower install
- Run application
npm run app
- For build application, run command below:
npm run package-linux
For reporting issues, use our issue board on repository.