Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalameta/metabrowse

Static site generator for code search with IDE features for Scala
https://github.com/scalameta/metabrowse

documentation metaprogramming scala xref

Last synced: 24 days ago
JSON representation

Static site generator for code search with IDE features for Scala

Awesome Lists containing this project

README

        

# Metabrowse

[![Build Status](https://travis-ci.org/scalameta/metabrowse.svg?branch=master)](https://travis-ci.org/scalameta/metabrowse)
[![Join the chat at https://gitter.im/scalameta/scalameta](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scalameta/metabrowse)

An experiment with [Scalameta Semantic API](http://scalameta.org/tutorial/#SemanticAPI)
to build online code browser with IDE-like features such as "jump to definition" and "find usages".
See our [demo](http://scalameta.org/metabrowse/) page to try it out!

## Implemented features

- Generates a static site that is possible to serve via GitHub pages
- Jump to definition
- Find usages
- Search by symbol

For other features on the roadmap, see our issue tracker: https://github.com/scalameta/metabrowse/issues

## Related projects

- sxr: https://github.com/sbt/sxr/

## Contributing

See the [contribution guide](CONTRIBUTING.md).

## Team

The current maintainers (people who can merge pull requests) are:

* Jonas Fonseca - [`@jonas`](https://github.com/jonas)
* Ólafur Páll Geirsson - [`@olafurpg`](https://github.com/olafurpg)

An up-to-date list of contributors is available here: https://github.com/scalameta/metabrowse/graphs/contributors.

## License

Copyright 2017-2018 Ólafur Páll Geirsson and Jonas Fonseca

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License. ```