solargraph-utils
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i solargraph-utils

Weekly Downloads

14

Version

1.2.0

License

MIT

Unpacked Size

96 kB

Total Files

43

Last publish

Collaborators

  • castwide