The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more! Learn more →
Top 4 TypeScript Package Management Projects
-
You can ease some of the burden for yourself though using tooling. If you are using GitHub, dependabot can be configured to make automatic PRs to your repo whenever there are dependencies to update. If you're not a GitHub user, you can use renovate which even supports self hosting.
-
If you use Yarn, there’s the `yarn patch` command [1], which lets you maintain patches for your dependencies. Even though I try to upstream patches wherever possible, sometimes you just want to apply a quick patch and move on, especially if the dependency is poorly maintained or even worse, deeply nested in your dependency hierarchy. I use `yarn patch` regularly, it’s one of the main reasons why I moved to Yarn in the first place.
If you’re not using Yarn, there seems to be a similar thing on npm, `patch-package`. [2] I never had to use that though.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
gradejs
GradeJS analyzes production Webpack bundles without having access to the source code of a website. Instantly see vulnerabilities, outdated packages, and more just by entering a web application URL.
Project mention: Find out which NPM packages are used on your favourite website | /r/learnjavascript | 2022-11-02That's weird. Could you please provide more details and submit an issue? https://github.com/gradejs/gradejs/issues
-
Project mention: Install GitHub release binaries from the CLI interactively | /r/commandline | 2023-03-27
TypeScript Package Management related posts
- How to Manage Helm Chart Dependency Versions?
- Dependency inventory / dashboard for multiple maven projects
- Anyone maintaining a large application (with many developers), how do you maintain your npm packages?
- How do you keep third-party applications on the cluster?
- Groovy vs Kotlin DSL for gradle
- It's worth putting in the effort to regularly update dependencies
- Update notification tool
-
A note from our sponsor - Appwrite
appwrite.io | 4 Oct 2023
Index
What are some of the best open-source Package Management projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | renovate | 13,443 |
2 | patch-package | 9,327 |
3 | gradejs | 382 |
4 | vendorfiles | 3 |