Giter Site home page Giter Site logo

qq's Introduction

QQ

QQ is a small software to save shortcuts of the commands you use the most during your developments.

Disclamer

Warning, QQ is not a library, QQ is a software in its own right. It can not be installed directly in your project, it must be installed at a lower level of your application.

Its purpose is to be the keystone of your development environment.

Documentation

Installation

Simply add QQ with Composer.

composer require worldfactory/qq

On Windows, the shortcut qq.bat will be automatically used.

However, on Linux, you will need to add the command alias qq=./qq.sh in your .bashrc file (or other) to make it easier for you to use qq.

Basic use

You will find at the root of your project a directory 'config' containing several files, including the file 'qq.yml' :

imports:
    - { resource: vendor/worldfactory/qq/resources/libs/docker.yml }
    - { resource: vendor/worldfactory/qq/resources/libs/composer.yml }
    - { resource: vendor/worldfactory/qq/resources/libs/symfony.yml }

commands:
    phpv:
        run: php -v
        shortDescription: Display PHP version.

phpv is a simple command to display your php cli version.

Test it by typing qq phpv in your console.

Type qq list to get all available commands.

Extend

You can add as many commands as you want as a result of phpv.

Use run parameters to indicate the cli command to execute.

Add a description with the shortDescription parameter.

Coming soon

  • Extends documentation
  • More information about development environment with QQ.
  • Many other improvements.

Trello development tab. (in french)

qq's People

Contributors

duregar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.