TypeScript Package Management

Open-source TypeScript projects categorized as Package Management

Top 4 TypeScript Package Management Projects

  • renovate

    Universal dependency update tool that fits into your workflows.

    Project mention: Long Term Ownership of an Event-Driven System | dev.to | 2023-10-02

    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.

  • patch-package

    Fix broken node modules instantly 🏃🏽‍♀️💨

    Project mention: TypeScript NPM Packages Done Right | news.ycombinator.com | 2023-09-24

    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.

    [1]: https://yarnpkg.com/cli/patch

    [2]: https://www.npmjs.com/package/patch-package

  • 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-02

    That's weird. Could you please provide more details and submit an issue? https://github.com/gradejs/gradejs/issues

  • vendorfiles

    GitHub Vendor files package manager

    Project mention: Install GitHub release binaries from the CLI interactively | /r/commandline | 2023-03-27
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-10-02.

TypeScript Package Management related posts

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
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com