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 14 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. fm-notes-markdown-converter fm-notes-markdown-converter Public

    A script that generates a markdown file from the notes you wrote on Frontend Masters and Josh Comeau courses.

    JavaScript 1

  4. puppeteer-helper puppeteer-helper Public

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

    JavaScript 1

  5. [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" ;;
  6. create-new-monorepo create-new-monorepo Public

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

    JavaScript