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