vahtangKIK / solargraph-utils

A Node module for interacting with the Solargraph rubygem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:TypeScript 99.4%Language:Ruby 0.4%Language:Batchfile 0.2%