A set of Azure related NodeJS modules

test

This repository contains a collection of NodeJS modules that facilitate interaction with Azure and Graph authentication and management of selected Entra ID objects and Azure resources.

Installation

npm install @slawek/sk-az-tools

Development

Build from TypeScript

npm run build

Watch mode

npm run build:watch

CLI smoke check

node dist/cli.js --help

Publishing

The package is published from compiled output in dist/. See docs/PACKAGING.md for the complete release workflow.

Description
A set of node modules used to access Azure and manage authentication.
Readme MIT 717 KiB
Languages
TypeScript 61.2%
JavaScript 29.6%
Shell 8.6%
Dockerfile 0.6%