Skip to content

wishabi/gjstags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gjstags

CTags generator for JavaScript.
Licensed under Apache License 2.0. Based on Google Closure Compiler. Works under Mac OS X or Linux.

Installation

Cloning source:

git clone git://github.com/AnyChart/gjstags.git

Building:

./configure
make
make install

./configure arguments:

--prefix path /usr/local by default
--with-javac javac javac by default
--with-jar jar-path jar by default

Usage

gjstags [options] file(s)

see gjstags --help for more details.

Uninstall

make clean

About

ctags for JavaScript based on Google Closure Compiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.9%
  • Shell 4.1%