Generate ctags for Swift projects using SourceKitten.
- Clone the repo
cd swiftags && swift build -c release
- Place
.build/release/swiftags
somewhere on yourPATH
cd my-spm-project
swift build
swiftags --spm-module my-spm-project # creates ./tags
swiftags is currently a proof of concept. Contributions are welcome! The issue list is a good place to start.
swiftags is copyright © 2016 Adam Sharp. It is free software, and may be redistributed under the terms specified in the LICENSE file.