https://github.com/ziacik/nx-tools
Custom NX plugins repository.
https://github.com/ziacik/nx-tools
azure azure-functions nx nx-plugin nx-plugins
Last synced: 3 months ago
JSON representation
Custom NX plugins repository.
- Host: GitHub
- URL: https://github.com/ziacik/nx-tools
- Owner: ziacik
- Created: 2023-06-27T05:29:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T17:12:00.000Z (about 1 year ago)
- Last Synced: 2025-08-09T00:46:29.202Z (10 months ago)
- Topics: azure, azure-functions, nx, nx-plugin, nx-plugins
- Language: TypeScript
- Homepage:
- Size: 906 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NX Tools Plugin Monorepository
This repository serves as a monorepository for some NX plugins.
## Overview
This repository is a collection of plugins that provide various capabilities to nx monorepos.
The monorepository currently includes the following plugins:
- [@ziacik/upgrade-verify](packages/upgrade-verify): A plugin focused on verifying the upgrade of nx workspace to a new version. It provides executors to help verifying that after the upgrade the generated builds are generating similar files as before the upgrade.
- [@ziacik/azure-func](packages/azure-func): A plugin focused on generating, serving and publishing Azure Function applications.
Please refer to the documentation of each plugin for more detailed information on their specific features.
## License
This repository is licensed under the MIT License.