gjerokrsteski / pimf-command

Simple "Hello world" Command Line Interface application using PIMF micro framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to PIMF Command bundle

This is a run ready "Hello world" bundle using PIMF micro framework. Here you can learn how to work with \Pimf\Cli and write actions for the command line interface.

Installation & Configuration

  1. git clone --recursive https://github.com/gjerokrsteski/pimf-command.git

  2. cd pimf-command/

  3. update submodules

  git submodule --quiet sync
  git submodule --quiet update --force --init --recursive
  1. ./pimf core:init

  2. ./pimf list

asciicast

Learning PIMF

One of the best ways to learn PIMF is to read through the entirety of its documentation. This guide details all aspects of the framework and how to apply them to your application. https://github.com/gjerokrsteski/pimf/wiki

Read the PIMF Starter book almost anywhere. Available as a PDF, EPUB and MOBI. You can now read it on all devices, as well as offline: https://leanpub.com/pimf-starter/

About

Simple "Hello world" Command Line Interface application using PIMF micro framework

License:MIT License


Languages

Language:PHP 98.0%Language:Shell 2.0%