All Projects β†’ hexpm β†’ Hex

hexpm / Hex

Package manager for the Erlang VM

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Hex

Linq.ts
πŸŒ€LINQ for TypeScript
Stars: ✭ 687 (-1.72%)
Mutual labels:  hacktoberfest
Symfony
The Symfony PHP framework
Stars: ✭ 26,220 (+3651.07%)
Mutual labels:  hacktoberfest
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+4173.39%)
Mutual labels:  hacktoberfest
Recipes
πŸ“ Examples for πŸš€ Fiber
Stars: ✭ 691 (-1.14%)
Mutual labels:  hacktoberfest
Gitea
Git with a cup of tea, painless self-hosted git service
Stars: ✭ 27,320 (+3808.44%)
Mutual labels:  hacktoberfest
Powershell
PowerShell for every system!
Stars: ✭ 31,244 (+4369.81%)
Mutual labels:  hacktoberfest
Mali
A minimalistic gRPC microservice framework for Node.js
Stars: ✭ 689 (-1.43%)
Mutual labels:  hacktoberfest
Rotki
A portfolio tracking, analytics, accounting and tax reporting application that protects your privacy
Stars: ✭ 689 (-1.43%)
Mutual labels:  hacktoberfest
Rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 31,664 (+4429.9%)
Mutual labels:  hacktoberfest
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+4311.02%)
Mutual labels:  hacktoberfest
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (-0.72%)
Mutual labels:  hacktoberfest
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (-0.43%)
Mutual labels:  hacktoberfest
Date Fns
⏳ Modern JavaScript date utility library βŒ›οΈ
Stars: ✭ 27,650 (+3855.65%)
Mutual labels:  hacktoberfest
Node Red Nodes
Extra nodes for Node-RED
Stars: ✭ 693 (-0.86%)
Mutual labels:  hacktoberfest
React Native Web Monorepo
Code sharing between iOS, Android & Web using monorepo
Stars: ✭ 697 (-0.29%)
Mutual labels:  hacktoberfest
Wg Ui
WireGuard Web UI for self-serve client configurations, with optional auth.
Stars: ✭ 690 (-1.29%)
Mutual labels:  hacktoberfest
Modernizr
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
Stars: ✭ 25,103 (+3491.27%)
Mutual labels:  hacktoberfest
Filmy
πŸŽ₯ Material designed awesome movie app which is powered by tmdb.
Stars: ✭ 697 (-0.29%)
Mutual labels:  hacktoberfest
Emacs Dashboard
An extensible emacs dashboard
Stars: ✭ 694 (-0.72%)
Mutual labels:  hacktoberfest
Open Source Mac Os Apps
πŸš€ Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+4035.62%)
Mutual labels:  hacktoberfest

Hex

CI

Hex is package manager for the Erlang VM.

This project currently provides tasks that integrate with Mix, Elixir's build tool.

See hex.pm for installation instructions and other documentation.

Contributing

Install Hex locally for development with: mix install.

Bundled CA certs

Hex bundles a list of root CA certificates used for certificate validation in HTTPS. The certificates are fetched from Mozilla's source tree with curl's mk-ca-bundle.pl script. The bundle created from the Perl script is stored in lib/hex/http/ca-bundle.crt and is included in source control, the file should be updated when new releases are made by Mozilla. When Hex is compiled the certificates are parsed and included with the compiled artifacts. The task mix certdata automates this process.

hexpm

Integration tests run against the API server hexpm. It needs to be cloned into ../hexpm or HEXPM_PATH needs to be set and point its location. hexpm also requires postgresql with username postgres and password postgres.

Exclude integration tests with mix test --exclude integration.

License

Copyright 2015 Six Colors AB

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].