Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
114 stars 179 forks source link

Migrate dependencies on azure-js-dev-tools #9309

Open raych1 opened 1 week ago

raych1 commented 1 week ago

The code base of azure-js-dev-tools are in both the openapi-alps repo and the GitHub repo. We will need to sync the changes from openapi-alps repo to the GitHub repo and publish the latest version to npmjs.com.

Alternatively, we may replace this library with other more popular library.

maririos commented 1 week ago

Which GH repo? is there a way we can go around this without publishing a npmjs package at all? what functionalities are in this library that we need?

raych1 commented 1 week ago

This is the repo: https://github.com/ts-common/azure-js-dev-tools. I prefer to keep referencing it rather than re-write the code in the SDK automation core component.

What we use in the sdk automation include the file systems, GitHub interaction, autorest, html builders, array and stringmaps accessor, etc.