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

https://github.com/heavenshell/cliff-samples

Cliff sample application
https://github.com/heavenshell/cliff-samples

Last synced: 2 months ago
JSON representation

Cliff sample application

Awesome Lists containing this project

README

          

cliff-samples
=============

Sample application of [cliff](https://github.com/dreamhost/cliff).

Quickstart
----------

Install

```bash
$ sudo pip install cliff
```

Usage

```bash
$ python manage.py
(manage) sample foo
foo
```

```bash
$ python manage.py sample bar
bar
```