Skip to content

ShareCoffee/ShareCoffee

Repository files navigation

ShareCoffee

ShareCoffee is a lightweight library for creating SharePoint Apps. It’s fully written in CoffeeScript by using Mocha, Chai and SinonJS.

Gitter

![Gitter](https://badges.gitter.im/Join Chat.svg)

Travis CI

Build Status

Installation

You can install ShareCoffee by

  • copying the files from dist folder to your project :) (dirty one)
  • install it by using bower.io using bower install ShareCoffee
  • install it by using nuget using Install-Package ShareCoffee
  • install it by including ShareCoffee as git submodule

Integration

ShareCoffee integrates perfectly with

Samples

Check out the sample repository here on github

ShareCoffee API

ShareCoffee allows you to easily solve common requirements in SharePoint Apps such as

Wiki

See all documentation within the ShareCoffee Wiki

###The MIT License (MIT)

Copyright (c) 2013 Thorsten Hans

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.