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

https://github.com/redhataccess/labs_lib


https://github.com/redhataccess/labs_lib

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# packaged labs_lib

Directives and services for Labs apps in the Labs space for rapid iteration.

# Installation
```
bower install https://github.com/redhataccess/labs_lib.git#
```

# Usage

# Rails app
Add a `` to your `index.html`:

```html
<script src="/bower_components/labs_lib/lib-loader.js">
```

# NodeJS app
Add labs_lib files to your Gruntfile.js so that they can be loaded.

```
'<%= yeoman.client %>/bower_components/labs_lib/**/*.js',
'!<%= yeoman.client %>/bower_components/labs_lib/lib-loader.js'

'{.tmp,<%= yeoman.client %>}/bower_components/labs_lib/**/*.js',
'!{.tmp,<%= yeoman.client %>}/bower_components/labs_lib/lib-loader.js'
```

# Module Usage

Refer to README of each folder for usage of each module.