grain-lang/grain-language-server

Improve installation process for non-vscode users

romgrk opened this issue · 0 comments

To improve the installation process for non-vscode users, it might be nice to:

  • Publish the server package on npm
  • Add a bin entry to its package.json like "bin": { "grain-language-server": "./out/server.js" }, so it's easily runnable when installing it from npm.