Skip to content
View fsgreco's full-sized avatar
๐Ÿฐ
ยฏ\_(ใƒ„)_/ยฏ
๐Ÿฐ
ยฏ\_(ใƒ„)_/ยฏ

Highlights

  • Pro
Block or Report

Block or report fsgreco

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. docker-wordpress docker-wordpress Public

    A simple boilerplate to set WordPress on a developer environment orchestrating everything with Docker and docker-compose.

    Shell 13 2

  2. vue3-laravel-api vue3-laravel-api Public

    An application / authentication starter kit frontend in Vue.js (v3 | vite + vue-router + pinia) for Laravel Breeze.

    JavaScript 32 5

  3. puppeteer-helper puppeteer-helper Public

    Helper functions to use with puppeteer [disclaimer: this is an experimental package]

    JavaScript 1

  4. [zsh function] a more advanced tmux ... [zsh function] a more advanced tmux sessionizer it can take just a name (-n the_name) optionally
    1
    function tm() {
    2
    	just_name=
    3
    	while getopts "n:" opt; do
    4
    		case $opt in
    5
    			n) just_name="$OPTARG" ;;
  5. create-new-monorepo create-new-monorepo Public

    A CLI for RAD (Rapid Application Development), helps you to start a Node.js Monorepo projects.

    JavaScript

  6. Fetch a list of active plugins from ... Fetch a list of active plugins from your production wordpress environment and create the command to install everything with wp-cli // This is an alternative to the Node.js script `generate-plugin-script.js`
    1
    #!/usr/bin/env bash 
    2
    
                  
    3
    # MIT ยฉ Santiago Greco - fsgreco@hey.com
    4
    # This script fetches a list of active plugins from your production wordpress environment.
    5
    # Once it retrieves the list it creates a second script ready to run: `install-plugins.sh`