37 lines
779 B
Markdown
37 lines
779 B
Markdown
# A set of Azure related NodeJS modules
|
|
|
|
[](https://gitea.koszewscy.waw.pl/slawek/sk-az-tools/actions?workflow=build.yaml)
|
|
|
|
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
|
|
|
|
```bash
|
|
npm install @slawek/sk-az-tools
|
|
```
|
|
|
|
## Development
|
|
|
|
### Build from TypeScript
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
### Watch mode
|
|
|
|
```bash
|
|
npm run build:watch
|
|
```
|
|
|
|
### CLI smoke check
|
|
|
|
```bash
|
|
node dist/cli.js --help
|
|
```
|
|
|
|
## Publishing
|
|
|
|
The package is published from compiled output in `dist/`. See `docs/PACKAGING.md` for the complete release workflow.
|
|
|