Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codervault/codervault

An Open Source, Self-Hosted, Snippet Manager
https://github.com/codervault/codervault

rails ruby self-hosted snippets-manager

Last synced: 3 months ago
JSON representation

An Open Source, Self-Hosted, Snippet Manager

Awesome Lists containing this project

README

        

CoderVault
----------
[![GitHub Release](https://img.shields.io/github/release/codervault/codervault.svg)](https://github.com/codervault/codervault/releases) 
[![Travis](https://img.shields.io/travis/codervault/codervault.svg)](https://travis-ci.org/codervault/codervault) 
[![GitHub Issues](https://img.shields.io/github/issues/codervault/codervault.svg)](https://github.com/codervault/codervault/issues) 
[![GitHub License](https://img.shields.io/github/license/codervault/codervault.svg)](#license) 


CoderVault

About
-----
_CoderVault_ is a simple, self-hosted, snippets manager.

Your **Snippets** are stored inside **Vaults**. Each **Vault** has a _README_ and it can be _Public_, _Unlisted_ or _Private_.

CoderVault support syntax highlight for 100+ programming languages.

TO-DO
-----
- [ ] Search
- [ ] Versioning
- [ ] Tags
- [ ] Pagination
- [ ] Different Markup support for README
- [ ] Favorite Vaults list
- [ ] Clonable Vaults
- [ ] Clonable Snippets

Screenshots
-----------
- [Vault](https://dl.dropboxusercontent.com/u/18322837/GitHub/codervault/vault.png)
- [Snippet](https://dl.dropboxusercontent.com/u/18322837/GitHub/codervault/snippet.png)

License
-------
_CoderVault_ is released under **The MIT License (MIT)**.

The MIT License (MIT)

Copyright (c) 2015 Salvatore Gentile

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.