Skip to content

Generate ctags for Swift projects using SourceKit.

License

Notifications You must be signed in to change notification settings

sharplet/swiftags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftags

Generate ctags for Swift projects using SourceKitten.

Install

  1. Clone the repo
  2. cd swiftags && swift build -c release
  3. Place .build/release/swiftags somewhere on your PATH

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.

About

Generate ctags for Swift projects using SourceKit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages