An open API service indexing awesome lists of open source software.

https://github.com/dsccommunity/NpmDsc

A DSC Resource Module for managing npm packages.
https://github.com/dsccommunity/NpmDsc

Last synced: 5 months ago
JSON representation

A DSC Resource Module for managing npm packages.

Awesome Lists containing this project

README

        

# NpmDsc

This module contains DSC resources for the management and
configuration of NPM packages.

[![Build Status](https://dev.azure.com/dsccommunity/NpmDsc/_apis/build/status/dsccommunity.NpmDsc?branchName=main)](https://dev.azure.com/dsccommunity/NpmDsc/_build/latest?definitionId=9999&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/NpmDsc/9999/main)
[![codecov](https://codecov.io/gh/dsccommunity/NpmDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/NpmDsc)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/NpmDsc/9999/main)](https://dsccommunity.visualstudio.com/NpmDsc/_test/analytics?definitionId=9999&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/NpmDsc?label=NpmDsc%20Preview)](https://www.powershellgallery.com/packages/NpmDsc/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/NpmDsc?label=NpmDsc)](https://www.powershellgallery.com/packages/NpmDsc/)

## Code of Conduct

This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).

## Releases

For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).

## Contributing

Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).

## Change log

A full list of changes in each version can be found in the [change log](CHANGELOG.md).

## Documentation

The documentation can be found in the [NpmDsc Wiki](https://github.com/dsccommunity/NpmDsc/wiki).
The DSC resources schema files is used to automatically update the
documentation on each PR merge.

### Examples

You can review the [Examples](/source/Examples) directory in the NpmDsc module
for some general use scenarios for all of the resources that are in the module.

The resource examples are also available in the [NpmDsc Wiki](https://github.com/dsccommunity/NpmDsc/wiki).