Tag: Git
Build a Serverless Comment System for a Jamstack Blog
Use the GitHub REST API, Azure Serverless Functions, and Node.js to post and pre-render Jamstack blog comments without a database.
Run Git Commands with Node.js
Use the simple-git npm package and Node.js to run git commands and access git metadata programmatically with TypeScript.