Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.19 KB

Transform Language Server

The transform language server providing code transformations, like CSS to JS, JSON to TypeScript/Flow and so on.

Transformations are based on transform-it.

The language server protocol is an interface between tools and language services. The language service implementing this protocol can be used by tools and editors supporting it, like VS code, Atom, Monaco or Theia.

See the full list of supporting tools here.

alt text

Getting Started

Clone and build transform-languageserver

git clone https://github.com/transform-it/transform-languageserver.git
npm install

Run the Monaco example

cd example
npm install
npm run start

Go to the browser and open http://localhost:3000 to try out the example.

License

MIT