Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thejspr/backboneindex
- Owner: thejspr
- Created: 2013-07-08T20:41:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T17:53:56.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T12:27:23.281Z (almost 2 years ago)
- Topics: backbone, backbone-resources, backbone-wiki, javascript, jekyll, ruby
- Language: Ruby
- Homepage: https://backboneindex.com
- Size: 2.28 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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