Skip to content
View yuuan's full-sized avatar

Block or report yuuan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Zsh で Laravel の artisan コマンドを補完 Zsh で Laravel の artisan コマンドを補完
    1
    #compdef artisan
    2
    
                  
    3
    function __older_than_laravel54() {
    4
    	local version=$(cat composer.lock | jq '.packages[] | select(.name == "laravel/framework").version')
    5
    	echo $version | grep -e 'v5\.[0-3]\.' &> /dev/null
  2. Zsh で composer コマンドを補完 Zsh で composer コマンドを補完
    1
    #compdef composer
    2
    
                  
    3
    function __composer_get_command_list() {
    4
    	if which composer &> /dev/null && which perl &> /dev/null; then
    5
    		composer list --raw | perl -pe 's/:/\\:/g;s/([a-z\\:-]+)(?:\s+(.*))?/$1:$2/ig;'
  3. date date Public

    Representation of date or month.

    PHP

  4. go-date go-date Public

    Representation of date or month.

    Go

  5. uuid-cli uuid-cli Public

    Go

  6. polass/exposer polass/exposer Public

    The Exposer exposes hidden properties and methods

    PHP