Skip to content
View JunaidQadirB's full-sized avatar
🎯
Social Media Fasting
🎯
Social Media Fasting

Highlights

  • Pro

Organizations

@moonbearhq
Block or Report

Block or report JunaidQadirB

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

  1. cray cray Public

    A Laravel package to help you generate nearly complete CRUD pages like crazy!

    PHP 238 16

  2. font-os font-os Public

    font-os is an icon font containing Operating System logos to be used on your website.

    HTML 27 5

  3. blade-components blade-components Public

    Reusable, self-contained Blade Components package for Laravel.

    Blade 8

  4. branch branch Public

    Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap

    HTML 88 19

  5. awe-theme awe-theme Public

    Article link: https://junaidqadir.com/build-wordpress-timber-bootstrap-theme-scratch/

    Twig 7 9

  6. This shell script gives you the abil... This shell script gives you the ability to get your git the version as well as the commit hash pretty easily, via two handy utility functions
    1
    #!/bin/bash
    2
    
                  
    3
    #Get Version
    4
    version() {
    5
        git ls-remote --tags $1 | awk -F/ '{ print $3 }' | tail -n1