Skip to content

martyjs/marty-devtools-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Marty DevTools Observer

Listens to Marty and will emit any changes to a Marty DevTools server.

var Marty = require('marty');
var observe = require('marty-devtools-observer');

observe(Marty, {
    port: 5858, //default,
    serializers: [], //default
    url: 'http://localhost:7070' //default
});

About

Observes Marty and emits changes to the DevTools server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published