js-ray

0.0.7 • Public • Published

Debug your Javascript with Ray to fix problems faster

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

Installation

npm install js-ray 

Usage

import { ray } from 'js-ray';

// ...

ray('a string')

ray(['an array'])

ray({ text: 'an object' })

ray('as' 'many' , 'arguments', 'as', 'you', 'like')

ray('this is blue').color('blue')

ray().newScreen('My debug screen')

Documentation

You can find the full documentation on our documentation site.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i js-ray

Weekly Downloads

26

Version

0.0.7

License

MIT

Unpacked Size

57 kB

Total Files

13

Last publish

Collaborators

  • m1guelpiedrafita