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

https://github.com/ci-craftsman/cli

Craftsman provides a number of helpful commands for your use while developing your Codeigniter application.
https://github.com/ci-craftsman/cli

cli codeigniter3 craftsman

Last synced: 4 months ago
JSON representation

Craftsman provides a number of helpful commands for your use while developing your Codeigniter application.

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/craftsman/cli/version?format=flat-square)](https://packagist.org/packages/craftsman/cli) [![Total Downloads](https://poser.pugx.org/craftsman/cli/downloads?format=flat-square)](https://packagist.org/packages/craftsman/cli) [![Latest Unstable Version](https://poser.pugx.org/craftsman/cli/v/unstable?format=flat-square)](//packagist.org/packages/craftsman/cli) [![License](https://poser.pugx.org/craftsman/cli/license?format=flat-square)](https://packagist.org/packages/craftsman/cli) [![composer.lock available](https://poser.pugx.org/craftsman/cli/composerlock?format=flat-square)](https://packagist.org/packages/craftsman/cli) [![Travis branch](https://travis-ci.org/CI-Craftsman/CLI.svg?branch=master&format=flat-square)](https://travis-ci.org/CI-Craftsman/CLI)

**Documentation for Craftsman is available at [https://ci-craftsman.github.io/documentation/](https://ci-craftsman.github.io/documentation/).**

# Craftsman CLI

Craftsman is a command line interface that provides a set of commands that will help you when you're developing your application, in addition to make your job easier. It is driven by the Symfony Console component.

### Demo

[![asciicast](https://asciinema.org/a/95481.png)](https://asciinema.org/a/95481)

### Related Projects for CodeIgniter 3.0

* [kenjis/codeigniter-cli](https://github.com/kenjis/codeigniter-cli)