Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 553 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 553 Bytes

Cipr

Cipr makes it easier to develop and manage packages for the Corona SDK.

Installation

Cipr is developed with Python. Currently Cipr only supports Mac OSX.

To install, use pip install:

pip install cipr

Tutorial

Initialize a projects:

cd /path/to/project
cipr init

Installing packages:

cipr install git://github.com/six8/cipr.class.git
cipr install git://github.com/six8/cipr.logging.git