gulp-web/tagscan.sh

4 lines
82 B
Bash
Executable File

#!/bin/sh
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *