Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Derek Cicerone edited this page Jul 31, 2013 · 13 revisions

Developing

Tools

Initial Setup

git clone [email protected]:palantir/eclipse-typescript.git
git submodule init
git submodule update
npm install

Debugging

  • Run grunt (the first time and each time there are TypeScript changes)
  • Right-click on the TypeScript project and select Debug As -> Eclipse Application

Building the Eclipse Update Site

grunt
mvn clean install

The update site will be in com.palantir.typescript.p2updatesite/target/repository.

Contributing

  • Ensure there are no warnings/errors in Eclipse (with Checkstyle and FindBugs installed)
  • Ensure the Grunt and Maven builds succeed
  • Submit a pull request
Clone this wiki locally