Metadata


Name
starscope
Version
1.6.1
Platform
ruby
Authors
Evan Huus
Bindir
bin
Date
2022-08-07 00:00:00 UTC
Dependencies
babel-transpiler (~> 0.7)
oj (~> 3.7)
parser (~> 3.1)
rkelly-remix (~> 0.0.7)
ruby-progressbar (~> 1.9)
sourcemap (~> 0.1)
bundler (>= 1.7, development)
byebug (~> 11.1, development)
minitest (~> 5.12, development)
mocha (~> 1.3, development)
rake (~> 13.0, development)
rubocop (~> 1.25.0, development)
rubocop-minitest (~> 0.17.1, development)
rubocop-rake (~> 0.6.0, development)
Description
Starscope is a code indexer, search and navigation tool for Ruby, Golang, and JavaScript. Inspired by the extremely popular Ctags and Cscope utilities, Starscope can answer a lot of questions about a lot of code.
Email
eapache@gmail.com
Executables
starscope
Files
.github/workflows/ruby-ci.yml
.gitignore
.rubocop.yml
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/starscope
doc/DB_FORMAT.md
doc/LANGUAGE_SUPPORT.md
doc/USER_GUIDE.md
lib/starscope.rb
lib/starscope/db.rb
lib/starscope/exportable.rb
lib/starscope/fragment_extractor.rb
lib/starscope/langs/erb.rb
lib/starscope/langs/golang.rb
lib/starscope/langs/javascript.rb
lib/starscope/langs/ruby.rb
lib/starscope/langs/vue.rb
lib/starscope/matcher.rb
lib/starscope/output.rb
lib/starscope/queryable.rb
lib/starscope/version.rb
starscope.gemspec
test/fixtures/db_added_files.json
test/fixtures/db_missing_language.json
test/fixtures/db_old.json.gz
test/fixtures/db_old_extractor.json
test/fixtures/db_old_subextractor.json
test/fixtures/db_out_of_date.json
test/fixtures/db_removed_files.json
test/fixtures/db_up_to_date.json
test/fixtures/empty
test/fixtures/sample_erb.erb
test/fixtures/sample_golang.go
test/fixtures/sample_javascript.js
test/fixtures/sample_ruby.rb
test/fixtures/sample_vue.vue
test/functional/starscope_test.rb
test/test_helper.rb
test/unit/db_test.rb
test/unit/exportable_test.rb
test/unit/fragment_extractor_test.rb
test/unit/langs/erb_test.rb
test/unit/langs/golang_test.rb
test/unit/langs/javascript_test.rb
test/unit/langs/ruby_test.rb
test/unit/langs/vue_test.rb
test/unit/output_test.rb
test/unit/queryable_test.rb
Homepage
https://github.com/eapache/starscope
Licenses
MIT
Metadata
{"rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.6
Required rubygems version
>= 0
Rubygems version
3.1.2
Specification version
4
Summary
Smart code search and indexing
Test files
test/fixtures/db_added_files.json
test/fixtures/db_missing_language.json
test/fixtures/db_old.json.gz
test/fixtures/db_old_extractor.json
test/fixtures/db_old_subextractor.json
test/fixtures/db_out_of_date.json
test/fixtures/db_removed_files.json
test/fixtures/db_up_to_date.json
test/fixtures/empty
test/fixtures/sample_erb.erb
test/fixtures/sample_golang.go
test/fixtures/sample_javascript.js
test/fixtures/sample_ruby.rb
test/fixtures/sample_vue.vue
test/functional/starscope_test.rb
test/test_helper.rb
test/unit/db_test.rb
test/unit/exportable_test.rb
test/unit/fragment_extractor_test.rb
test/unit/langs/erb_test.rb
test/unit/langs/golang_test.rb
test/unit/langs/javascript_test.rb
test/unit/langs/ruby_test.rb
test/unit/langs/vue_test.rb
test/unit/output_test.rb
test/unit/queryable_test.rb
Original platform
ruby
New platform
ruby