Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejspr/backboneindex

Filter Backbone resources with ease
https://github.com/thejspr/backboneindex

backbone backbone-resources backbone-wiki javascript jekyll ruby

Last synced: about 2 months ago
JSON representation

Filter Backbone resources with ease

Awesome Lists containing this project

README

        

# Backbone Index

Backbone Index aims at making the discovery of Backbone resources and plugins easier.
This is achieved by parsing the official Backbone wiki pages and displaying the
information on a [webpage](http://backboneindex.com).

## Rationale

I initiated this project with the aim of making something useful whilst learning
Backbone.

## Status

[![Build Status](https://api.travis-ci.org/thejspr/backboneindex.png)](https://travis-ci.org/thejspr/backboneindex)

## Development

The `bin` directory contains scripts for building, testing and releasing the
application. To update the Backbone wiki, go to `parser/backbone.wiki` and `git
pull`. To get started, run `./bin/setup`

For local development, start the server with `grunt serve`.

## Roadmap

* Add more pages from the Backbone wiki

## Contributing

1. Implement your feature/fix or create an issue
2. Send a Pull-Request