Skip to content

asika32764/development-tools-1

 
 

Repository files navigation

LYRASOFT Development Tools

工作平台入口

CodeSniffer

The PHP_CodeSniffer Package for LYRASOFT Developer Team.

Installation

PhpStorm Installation

PHPUnit

Guide

Not yet...

PHPStorm

File Template

特別編寫過的 Comment 模板幫助快速產生符合標準的區塊註解(請搭配 Code Style 使用)

下載後匯入 setting (只包含 File Template 而已,其他不會覆蓋): File-Templates.jar

get-pr

Getting Started

Download this file.

$ wget https://gist.githubusercontent.com/asika32764/5824bc66a6756dc3031e/raw/92f072b3c1737553bf08be2fa9695c094e607ae6/get-pr

Then mv to /usr/local/bin (Windows should put in a folder which in Environment Variable Path, I'm used to put in C:\bin)

$ chmod +x get-pr
$ mv get-pr /usr/local/bin/get-pr

cd to your git project

Then execute:

$ get-pr upstream 123
$ git checkout pr-123

OK we will pull and checkout to this PR.

Usage:

$ get-pr {remote-name} {PR-ID}

It is convenience to review PR or contribute to others PR.

Image

img

About

LYRASOFT Development Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.3%
  • HTML 1.5%
  • JavaScript 0.8%
  • CSS 0.2%
  • Shell 0.1%
  • Ruby 0.1%