Skip to content

A Node module for interacting with the Solargraph rubygem.

License

Notifications You must be signed in to change notification settings

castwide/solargraph-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solargraph-utils

A Node package for interacting with the Solargraph rubygem.

Example

import * as solargraph from 'solargraph-utils';
let configuration = new solargraph.Configuration();
let provider = new solargraph.SocketProvider(configuration);
provider.start().then(() => {
    console.log('Socket server is listening on port ' + provider.port);
});

About

A Node module for interacting with the Solargraph rubygem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages