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.
- Host: GitHub
- URL: https://github.com/dsccommunity/NpmDsc
- Owner: dsccommunity
- License: mit
- Created: 2023-03-17T20:24:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T20:14:18.000Z (about 2 years ago)
- Last Synced: 2024-11-13T23:39:48.835Z (5 months ago)
- Language: PowerShell
- Size: 26.4 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - dsccommunity/NpmDsc - A DSC Resource Module for managing npm packages. (PowerShell)
README
# NpmDsc
This module contains DSC resources for the management and
configuration of NPM packages.[](https://dev.azure.com/dsccommunity/NpmDsc/_build/latest?definitionId=9999&branchName=main)

[](https://codecov.io/gh/dsccommunity/NpmDsc)
[](https://dsccommunity.visualstudio.com/NpmDsc/_test/analytics?definitionId=9999&contextType=build)
[](https://www.powershellgallery.com/packages/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).