Tag: Node.js
Main Content
Minify HTML with npm
Use the html-minifier npm package cli to minify an HTML file with npm package.json scripts and Node.js
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.
Send Email with Node.js
Use the SendGrid npm package and a SendGrid API key to send emails with Node.js and TypeScript.
Generate an RSS Feed with Node.js
Use the xml, cheerio, and fs-extra npm packages with TypeScript to generate an RSS feed for a Jamstack blog with Node.js