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
- Host: GitHub
- URL: https://github.com/heavenshell/cliff-samples
- Owner: heavenshell
- Created: 2012-05-24T14:57:05.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T14:09:16.000Z (about 14 years ago)
- Last Synced: 2026-03-06T05:00:52.326Z (4 months ago)
- Language: Python
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```