Node.js
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
Sample script: quickly remove SharePoint API permissions
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you might need to clear the list of granted API permissions. Here's a sample script to quickly clean them up.
Sample script: quickly remove pending SharePoint API permission requests
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you'll easily end up with many pending permission requests. Here's a sample script to quickly clean them up.
Create a temp directory for your app in Node.js
When working with Node.js, you might need to create a temporary folder for your app. Here's how to do it.
Create scripts in JavaScript with zx
If you use JavaScript and need to automate your work, you're missing out if you haven't heard of zx.