mislav / cstags

ctags generator for CoffeeScript files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoffeeScript ctags generator

Traverses the CoffeeScript AST to find function/class definitions and generate Vim-compatible tags output.

Installation:

# clone this project and:
npm install
# symlink the command to somewhere in your PATH:
ln -s $PWD/bin/cstags ~/bin/cstags

Example usage:

# dump tags for all *.(lit)coffee files in the current project
cstags

# parse only specific files
cstags src/my.coffee

# traverse only specific directories
cstags src app/assets

# write tags to file
cstags -f .git/tags

About

ctags generator for CoffeeScript files


Languages

Language:CoffeeScript 59.1%Language:Shell 40.9%