All Projects → darcyclarke → Repo.js

darcyclarke / Repo.js

Licence: mit
📄 A plugin to embed Github repos on your site

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Repo.js

Centraldogma
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
Stars: ✭ 378 (-57.29%)
Mutual labels:  repository
Repository
Home Assistant Community Add-ons
Stars: ✭ 520 (-41.24%)
Mutual labels:  repository
Nexus Public
Sonatype Nexus Repository Manager; Open-source codebase mirror
Stars: ✭ 902 (+1.92%)
Mutual labels:  repository
Archstrike
An Arch Linux repository for security professionals and enthusiasts. Done the Arch Way and optimized for i686, x86_64, ARMv6, ARMv7 and ARMv8.
Stars: ✭ 401 (-54.69%)
Mutual labels:  repository
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (-49.38%)
Mutual labels:  repository
Dspace
(Official) The DSpace digital asset management system that powers your Institutional Repository
Stars: ✭ 548 (-38.08%)
Mutual labels:  repository
Repology Updater
Repology backend service to update repository and package data
Stars: ✭ 348 (-60.68%)
Mutual labels:  repository
Repo
Arch Linux CN Repository
Stars: ✭ 929 (+4.97%)
Mutual labels:  repository
Zappr
An agent that enforces guidelines for your GitHub repositories
Stars: ✭ 504 (-43.05%)
Mutual labels:  repository
Marvelheroes
❤️ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
Stars: ✭ 826 (-6.67%)
Mutual labels:  repository
Yona
Project Hosting SW, DEMO:
Stars: ✭ 418 (-52.77%)
Mutual labels:  repository
Awesome Indonesia Repo
A curated list of amazingly awesome repository created and contributed by Indonesian people.
Stars: ✭ 441 (-50.17%)
Mutual labels:  repository
Gitsuggest
A tool to suggest github repositories based on the repositories you have shown interest in.
Stars: ✭ 636 (-28.14%)
Mutual labels:  repository
Model
Ruby persistence framework with entities and repositories
Stars: ✭ 399 (-54.92%)
Mutual labels:  repository
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+1.92%)
Mutual labels:  repository
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+348.81%)
Mutual labels:  repository
Repoz
👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
Stars: ✭ 523 (-40.9%)
Mutual labels:  repository
Pokemongo
神奇宝贝 (PokemonGo) 基于 Jetpack + MVVM + Repository 设计模式 + Data Mapper + Kotlin Flow 的实战项目,如果这个仓库对你有帮助,请仓库右上角帮我 star 一下,非常感谢。
Stars: ✭ 848 (-4.18%)
Mutual labels:  repository
Docker Nexus3
Dockerized version of Nexus Repo Manager 3
Stars: ✭ 917 (+3.62%)
Mutual labels:  repository
Laravel Repositories
[ABANDONED] Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
Stars: ✭ 664 (-24.97%)
Mutual labels:  repository

Repo.js

Repo.js is a jQuery plugin that lets you easily embed a Github repo onto your site. This is great for other plugin or library authors that want to showcase the contents of a repo on their project pages.

Repo.js uses Markus Ekwall's jQuery Vangogh plugin for styling of file contents. Vangogh, subsequently, utilizes highlight.js, written by Ivan Sagalaev for syntax highlighting.

Example Usage

$('body').repo({ user: 'darcyclarke', name: 'Repo.js' })

You can also reference a specific branch if you want:

$('body').repo({ user: 'jquery', name: 'jquery', branch: 'strip_iife' })
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].