cipr

A package manager for the Corona SDK


Keywords
corona
License
MIT
Install
pip install cipr==0.7.7

Documentation

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