[go: up one dir, main page]

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Habitat

    Habitat

    Modern applications with built-in automation

    Habitat is an open-source automation framework that enables the creation of platform-independent build artifacts with built-in deployment and management capabilities. By packaging applications with their dependencies and configuration, Habitat allows for consistent and repeatable deployments across various environments, from bare metal to containers and cloud platforms. Its approach to application automation simplifies the management of complex systems.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Hysp

    Hysp

    An independent package manager that every hacker deserves

    Hysp is an independent package manager designed for flexibility and user-space operation. It focuses on providing statically compiled binaries that can run anywhere without special permissions, making it suitable for environments where traditional package managers are not feasible. Hysp is particularly useful for developers and security professionals who require portable and isolated tools.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Lerna

    Lerna

    A tool for managing JavaScript projects with multiple packages

    Lerna is a tool for managing JavaScript projects with multiple packages. Many times splitting a large codebase into several independently versioned packages is necessary for code sharing. However, this can make testing and tracking changes across repositories quite difficult. As a solution to this, many projects organize their codebases into multi-package repositories. It is Lerna's job to manage these multi-package repositories, optimizing workflow and reducing the time and space requirements for numerous copies of packages in development and build environments. Lerna's primary functionalities are bootstrap, which links dependencies in the repo together; and publish, which helps publish any updated packages. It is important to note that Lerna is not a deployment tool for serverless monorepos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Microbundle

    Microbundle

    Zero-configuration bundler for tiny modules

    Microbundle produces esm, cjs, umd bundles with your code compiled to syntax that works pretty much everywhere. While it's possible to customize the browser or Node versions you wish to support using a browserslist configuration, the default setting is optimal and strongly recommended. In addition to the above formats, Microbundle also outputs a modern bundle specially designed to work in all modern browsers. This bundle preserves most modern JS features when compiling your code, but ensures the result runs in 95% of web browsers without needing to be transpiled. Specifically, it uses Babel's "bugfixes" mode (previously known as preset-modules) to target the set of browsers that support <script type="module"> - that allows syntax like async/await, tagged templates, arrow functions, destructured and rest parameters, etc. The result is generally smaller and faster to execute than the plain esm bundle.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Nix

    Nix

    Nix, the purely functional package manager

    Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems. Nix builds packages in isolation from each other. This ensures that they are reproducible and don’t have undeclared dependencies, so if a package works on one machine, it will also work on another. Nix makes it trivial to share development and build environments for your projects, regardless of what programming languages and tools you’re using. Nix ensures that installing or upgrading one package cannot break other packages. It allows you to roll back to previous versions, and ensures that no package is in an inconsistent state during an upgrade.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Package Info

    Package Info

    All the npm/yarn/pnpm commands I don't want to type

    Package-Info.nvim is a Neovim plugin that displays npm package versions directly in package.json, allowing developers to see outdated or missing dependencies without leaving their editor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Pacseek

    Pacseek

    Terminal user interface for searching installing Arch Linux packages

    Pacseek is a terminal user interface (TUI) for searching and installing Arch Linux packages. It provides a user-friendly interface for browsing the Arch repositories and the Arch User Repository (AUR), making package management more accessible for users who prefer a visual approach within the terminal.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Pipenv

    Pipenv

    Python Development Workflow for Humans

    Pipenv is a package manager that brings all the best of the packaging world together to the Python world. It's got everything you could need: bundler, composer, npm, cargo, yarn and more all in one convenient package so you can easily set up a working environment. Pipenv creates and manages a virtualenv automatically, and can add or remove packages from your Pipfile as you install/uninstall packages. It also produces the Pipfile.lock, which is essential for deterministic builds. Pipenv provides convenient solutions to a number of problems. It allows you to use pip and virtualenv together; use the upcoming Pipfile and Pipfile.lock instead of a problematic requirements.txt; automatically exposes security vulnerabilities; and streamlines your development workflow by loading .env file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Poet

    Poet

    Poet helps you declare, manage and install dependencies of Python

    poet is a tool for managing dependencies, building, and packaging Python projects using a single configuration file, poetry.toml. It simplifies Python project management by consolidating various configuration files into one, making it easier to declare dependencies and package information. Note that poet has been deprecated in favor of Poetry, which offers more comprehensive features and support.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cynet All-in-One Cybersecurity Platform Icon
    Cynet All-in-One Cybersecurity Platform

    All-in-One Managed Cybersecurity for MSPs

    Cynet empowers MSPs and MSSPs with a comprehensive, fully managed cybersecurity platform that consolidates essential security functions into a single, easy-to-use solution. Cynet simplifies cybersecurity management, reduces operational overhead, and lowers costs by eliminating the need for multiple vendors and complex integrations.
    Learn More
  • 10
    PostCSS Import

    PostCSS Import

    PostCSS plugin to inline at-import rules content

    PostCSS Import is a plugin for PostCSS that enables the use of @import statements within CSS files. It allows modularizing CSS by merging multiple stylesheets into a single processed output, improving maintainability and compatibility with modern front-end workflows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Proxy Manager

    Proxy Manager

    OOP Proxy wrappers/utilities to manage proxies of your objects

    This library aims to provide abstraction for generating various kinds of proxy classes. Available as part of the Tidelift Subscription. The maintainer of ocramius/proxy-manager and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. The suggested installation method is via composer. Build a lazy loadable object with ProxyManager using a Virtual Proxy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Quelpa

    Quelpa

    Build and install your Emacs Lisp packages on-the-fly

    Quelpa is a package manager for Emacs that allows users to build and install Emacs Lisp packages directly from source. It supports fetching packages from various sources, including Git repositories, and integrates with Emacs' package management system. Quelpa enables users to access the latest versions of packages and is particularly useful for those who prefer to work with cutting-edge software.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Simple State Manager 4

    Simple State Manager 4

    Run different javascript at different browser widths

    SimpleStateManager is a lightweight JavaScript library that helps manage responsive states in web applications. It allows developers to define breakpoints and trigger callbacks when the viewport changes, making it easier to handle responsive design logic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Thanks

    Thanks

    Give thanks to your fellow PHP package maintainers

    Give thanks (in the form of a GitHub ★ ) to your fellow PHP package maintainers (not limited to Symfony components)! Install this as any other (dev) Composer package. You can also install it once for all your local projects. This will find all of your Composer dependencies, find their Github repository, and star their GitHub repositories. This was inspired by cargo thanks, which was inspired in part by Medium's clapping button as a way to show thanks for someone else's work you've found enjoyment in. If you're wondering why did some dependencies get thanked and not others, the answer is that this plugin only supports Github at the moment. Pull requests are welcome to add support for thanking packages hosted on other services. Package authors can send a star to another package that they would like to thank.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    The Aura Package Manager

    The Aura Package Manager

    A secure, multilingual package manager for Arch Linux

    Aura, a secure, multilingual package manager for Arch Linux. Aura's original purpose is as an AUR helper, in that it automates the process of installing packages from the Arch User Repositories. It is, however, capable of much more. Aura is a package manager for Arch Linux. Its original purpose is as an AUR helper, in that it automates the process of installing packages from the Arch User Repositories. It is, however, capable of much more. Aura doesn't just mimic pacman; it is pacman. All pacman operations and their sub-options are allowed. Some even hold special meaning in Aura as well. -S yields pacman packages and only pacman packages. This agrees with the above. In Aura, the -A operation is introduced for obtaining AUR packages. -A comes with sub-options you're used to (-u, -s, -i, etc.). PKGBUILDs from the AUR can contain anything. It's a user's responsibility to verify the contents of a PKGBUILD before building, but people can make mistakes and overlook details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Thulite

    Thulite

    Web framework designed for speed, security, and SEO

    Thulite is an AI-powered search and recommendation engine that enhances search functionality in applications. It provides intelligent query processing, result ranking, and personalized recommendations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    UPM Git Extension

    UPM Git Extension

    This package extends the UI of Unity Package Manager (UPM)

    UpmGitExtension is a Unity editor extension that enhances the Unity Package Manager (UPM) by providing a user interface for managing packages installed from Git repositories. It simplifies the process of adding, updating, and removing Git-based packages within Unity projects, improving the overall package management experience for developers.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Zathura

    Zathura

    Homebrew formulae to build Zathura on Mac OS X

    Homebrew formulae to install zathura and plugins on Mac OS X. The OSX native integration (dock, window manager) has been added to the develop branch of zathura.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    clib

    clib

    C package manager-ish

    Package manager for the C programming language. Expects libcurl to be installed and linkable. Basically, the lazy-man's copy/paste promotes smaller C utilities, also serving as a nice way to discover these sort of libraries. From my experience C libraries are scattered all over the web and discovery is relatively poor. The footprint of these libraries is usually quite large and unfocused. The goal of clibs is to provide stand-alone "micro" C libraries for developers to quickly install without coupling to large frameworks. You should use clib(1) to fetch these files for you and check them into your repository, the end-user and contributors should not require having clib(1) installed. This allows clib(1) to fit into any new or existing C workflow without friction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    consumet.ts

    consumet.ts

    Nodejs library that provides high-level APIs for obtaining information

    Consumet.ts is an API wrapper for accessing various entertainment content providers, such as anime, movies, and manga. It simplifies fetching media-related data from multiple sources using TypeScript.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    fish-nvm

    fish-nvm

    nvm wrapper for fish-shell

    Fish-NVM is a lightweight Node.js version manager for the Fish shell, allowing users to switch between different Node.js versions easily.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    gaxios

    gaxios

    An HTTP request client that provides an axios like interface over top

    gaxios is a lightweight HTTP client for Node.js and the browser, developed by Google. It provides an efficient way to make HTTP requests with built-in support for retries, caching, and authentication.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    get-bin-path

    get-bin-path

    Get the current package's binary path

    Get the current package's binary path (using the package.json bin field). This is useful when testing a package's binary. Using get-bin-path (as opposed to hard-coding the path to the binary). Validates that the package.json bin field is correctly setup. Decouples the binary path from the tests, which allows moving the file without rewriting the tests. This package is an ES module and must be loaded using an import or import() statement, not require(). Returns the current package's binary absolute path. When no package.json or binary can be found, undefined is returned instead.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    govalidator

    govalidator

    Package of validators and sanitizers for strings, numerics, etc.

    A package of validators and sanitizers for strings, structs and collections. Based on validator.js. Activate behavior to require all fields have a validation tag by default. SetFieldsRequiredByDefault causes validation to fail when struct fields do not include validations or are not explicitly marked as exempt (using valid:"-" or valid:"email,optional"). A good place to activate this is a package init function or the main() function. SetNilPtrAllowedByRequired causes validation to pass when struct fields marked by required are set to nil. This is disabled by default for consistency, but some packages that need to be able to determine between nil and zero value state can use this. If disabled, both nil and zero values cause validation errors. If you want to validate structs, you can use tag valid for any field in your structure. All validators used with this field in one tag are separated by comma.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    kerl

    kerl

    Easy building and installing of Erlang/OTP instances

    Easy building and installing of Erlang/OTP instances. Kerl aims to be shell agnostic and its only dependencies, excluding what's required to actually build Erlang/OTP, are curl and git. All is done so that, once a specific release has been built, creating a new installation is as fast as possible. We are supporting the current OTP release version and 2 prior release versions (same as upstream OTP.) Older OTP releases may or may not work. We will advance release support as new releases of OTP become available. Kerl keeps tracks of the releases it downloads, builds and installs, allowing easy installations to new destinations (without complete rebuilding) and easy switches between Erlang/OTP installations. By default, kerl downloads source tarballs from the official repository tags but you can tell kerl to download from the official Erlang website.
    Downloads: 1 This Week
    Last Update:
    See Project