Skip to content

Instantly share code, notes, and snippets.

View ericpony's full-sized avatar

ericpony ericpony

  • University of Oxford
  • Oxford
View GitHub Profile
@echo off
REM Windows batch file to run jsctags
REM
REM Assumes node.exe is in your %PATH%.
REM git clone --recursive git://github.com/mozilla/doctorjs.git d:\opt\doctorjs
REM Note: Currently, the latest jsctags only works with older versions of node
REM To manage multiple versions of node on the same machine, use `n`.
REM `npm install -g n`
REM
REM Alternatively: