PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Mac command to zip folder

zip -r zipped_folder.zip folder_to_zip

Zipping a folder in terminal on your mac is very simple. If you wish to compress a folder using the command line, you can run the following command:

zip -r zipped_folder.zip folder_to_zip

And now that `folder_to_zip will be compressed. Alternatively, if you wish to uncompress you can use the following command:

unzip zipped_folder.zip
BETA Snippet explanation automatically generated by OpenAI:

No explanation generated yet.

Snippet By Dev Dojo

ยท

Created June 12th, 2021

ยท

Report Snippet