0.1.1 • Published 3 years ago

@faisal50x/ray v0.1.1

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

Debug your Adonis App with Ray to fix problems faster

This package can be installed in Adonisjs application to send messages to the Ray app.

Documentation

You can find the full documentation on our documentation site.

Installation

  • Add package:
    
    npm i @faisal50x/ray
    
  • Register providers inside the your start/app.js file.
const providers = [
    ...
        '@faisal50x/ray/providers/RayProvider',
    ...
]

Example

  const Ray = use('@faisal50x/ray');

  Ray("Yahoooo it's working.").color('green');
  
  Ray().toJson({
    appName: "Adonis Ray",
    appVersion: "0.0.1",
    author: "Faisal Ahmed",
    credit: "Spatie"
  });
  

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago