Quickly Open GitHub Repo in Browser From Terminal
Streamline opening your Git repositories' webpages directly from the macOS terminal by creating a custom script.
Streamline opening your Git repositories' webpages directly from the macOS terminal by creating a custom script.
This article equips you with a streamlined approach to maintaining clean code through linting and pre-commit hooks in your Git repository. Here, we'll configure Husky, ESLint, Prettier, and lint-staged for automated code style enforcement and formatting.
This article guides you through automating Gatsby website deployments on a DigitalOcean server using GitHub Actions. We'll explore the limitations of manual deployment and leverage GitHub's workflow automation to streamline the process.
ManyShiba, a Twitter bot that shares adorable Shiba Inu photos daily. A dive into the technologies that power it.
Tired of juggling multiple commands to set up a new GitHub project? This guide introduces a clever scripting solution! We'll create a custom command that automates cloning a repository, navigating to the directory, installing dependencies, and opening the project in VSCode - all in one go!
A brief walk-through of building a Node.js web crawler. I used this to navigate GitHub repositories and detect README typos, automating my open source contributions.