zef

Raku Module Management (by ugexe)

Zef Alternatives

Similar projects and alternatives to zef

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better zef alternative or higher similarity.

zef reviews and mentions

Posts with mentions or reviews of zef. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.
  • Writing a Database backed Micro-service with Raku and Humming-Bird
    5 projects | dev.to | 5 Mar 2023
    To begin, you'll want to make sure that you have Raku installed, I recommend using Rakubrew. Then we'll want to install Zef, if you're new to Raku, Zef is basically just NPM or CPAN for Raku, it's written by the fabulous Ugexe and is the default package manager people use with Raku. If you installed Raku with Rakubrew, you can simply run rakubrew build-zef and it will handle all of the configuration for you.
  • Tests
    1 project | /r/u_Sebastien_Dorey_SDO | 14 Feb 2023
    I tested it on my computer. I needed to install zef from here. I installed libraries needed to use rakudo_debug. Here hat I get below:
  • How do you determine what the "latest" module version is?
    1 project | /r/rakulang | 13 Jan 2023
    See: https://github.com/ugexe/zef/blob/9779091b7997468257ce3037f8bc0e9c65d1f974/t/repository.rakutest#L85-L128 for an example of how the tiering of ecosystems work, and https://github.com/ugexe/zef/commit/a12d286312c6d7bc3c8ffebe51cce4caae6268cf for some reasoning
  • Cannot Install Zef
    3 projects | /r/rakulang | 19 Oct 2022
    I have Rakudo 2022.07 on my Mac. I cloned https://github.com/ugexe/zef, which got me version 0.14.4. I cd'ed into the clone and ran this:
  • requesting thoughts/advice on distributing personal tools
    3 projects | /r/rakulang | 9 Sep 2022
    zef -v install https://github.com/ugexe/zef.git
  • Designing containers for GitHub actions
    9 projects | dev.to | 30 Dec 2021
    FROM ghcr.io/jj/raku-gha ENV PKGS="git tar" PKGS_TMP="make gcc linux-headers musl-dev" WORKDIR="/home/raku" LABEL version="1.0.3" maintainer="[email protected]" rakuversion=$VER USER root RUN apk update && apk upgrade && apk add --no-cache $PKGS $PKGS_TMP USER raku # Environment ENV PATH="${WORKDIR}/.raku/bin:${WORKDIR}/.raku/share/perl6/site/bin:${PATH}" \ ENV="${WORKDIR}/.profile"\ RAKULIB="inst#/home/raku/.raku" # Basic setup, programs and init WORKDIR $WORKDIR RUN git clone --depth 1 https://github.com/ugexe/zef.git \ && cd zef && raku -I. bin/zef install . \ && zef install Linenoise \ && cd .. && rm -rf zef USER root RUN apk del $PGKS_TMP USER raku ENTRYPOINT ["raku"]
  • Issues with installing zef
    1 project | /r/rakulang | 24 Aug 2021
    This is the issue I found on GitHub.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic zef repo stats
7
206
7.5
26 days ago

ugexe/zef is an open source project licensed under Artistic License 2.0 which is an OSI approved license.

The primary programming language of zef is Raku.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com