0.0.4 • Published 10 years ago

jray v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

jray

Watch your javascript run in real time

Live demo ->

<img src="https://raw.github.com/bwiklund/jray/master/examples/jray.gif">

A work in progress. Built with istanbul and angularjs.

To use without requirejs, include jray's js and css, and then change your script tags to type="text/jray"

...
<link rel="stylesheet" href="jray.css">
<script src="jray.min.js"></script>

<script type="text/jray" src="scripts/one.js"></script>
<script type="text/jray" src="scripts/two.js"></script>
<script type="text/jray" src="scripts/three.js"></script>
<script type="text/jray" src="scripts/four.js"></script>
...

Development

TODO:

  • requirejs plugin
  • slideout from the side/top
  • paginate script lines
  • move UI to iframe to avoid collisions with other versions of angular
  • support more ui modes (fade/add/etc)
  • other color schemes
  • node support???

Bug tickets and pull requests are extremely welcome.

To build:

npm install
gulp dev
0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago