insulin/cli

'Cause too much Sugar causes diabetes!

dev-master / 2.0.x-dev 2016-07-02 02:50 UTC

This package is not auto-updated.

Last update: 2024-11-09 16:21:56 UTC


README

This project is now abandoned, since there is a new command line interface shipping with SugarCRM.

Welcome to Insulin… Latest Stable Version Total Downloads Latest Unstable Version Coverage Status Build Status Scrutinizer Quality Score

  1. Developing on insulin

Use Composer

As Insulin uses Composer to manage its dependencies, the recommended way to develop on it is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

$ curl -s https://getcomposer.org/installer | php

If you want, you can have composer globally for all your projects, just run:

$ sudo mv composer.phar /usr/local/bin/composer.phar

Enjoy!