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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    5
    • latest

Version History

Package Sidebar

Install

npm i solargraph-utils

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

96 kB

Total Files

43

Last publish

Collaborators

  • castwide