fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#packagemanager

2 posts2 participants0 posts today

Package Manager for Markdown

I'm working on a project that is intended to encourage folk to make markdown text files which can be bundled together in different bundles of text files using a package manager.

Question for coders; Which package manager would you suggest I use?

Main criterias (in order) are:

1. Easy for someone with basic command line skills to edit the file and update version numbers and add additional packages.

2. All being equal, more commonly and easy to setup is preferred.

#Markdown #CommonMark #PackageManager #Programming #Dev
#NPM #RubyGems #Cargo #PickingAMastodonInstance
#Ruby #Python #Rust #Javascript #NodeJs #Lisp #CommonGuide

Tinkered around the last couple days on my own dlang package manager & build system, and it finally can build simple apps (even with local, pathbased dependencies!).

Still in it's early stages, but it works (somewhow). Now I can start working on the registry software for it so packages can be hosted & explored online...

codearq.net/mdc/dab

Summary card of repository mdc/dab
CodeArqdabAlternative dlang package manager & build system. (Name is very WIP, I just choose it to get started with this lmao)

One thing I have from immutable (atomic) distros, and is how cumbersome is installing apps that require root permissions.

Supposedly you have to use Distrobox. Even that never worked for me. I always have to resort to `rpm-ostree` and then uninstall it so BootC can update the system. Every single time.

#Linux#Distrobox#OCI

DBIN | A distro-agnostic package manager for Linux 🛠️

Interesting times in uniting all Linux distributions even closer after the likes (not package managers) of Flatpaks and Snaps.

◉Dbin only accesses the configs and binaries which user requests
◉Every binary that dbin has in its repositories entirely self-contained
◉Dbin doesn't use a database - it can even be used without installing it
◉Dbin marks the programs that it installs/fetches using XATTR
◉Currently 3105 packages in the repositories (things like Steam and Lutris already in)

Users are encouraged to create a pull request, open an issue, starting a discussion or making suggestions!

👉 github.com/xplshn/dbin

GitHubGitHub - xplshn/dbin: 📦 Poor man's package manager. +3100 statically linked binaries in the repos! The easy to use, easy to get, suckless software distribution system📦 Poor man's package manager. +3100 statically linked binaries in the repos! The easy to use, easy to get, suckless software distribution system - xplshn/dbin

I like buns speed but why is its syntax for anything so unlike any other package manager like yarn, npm, or pnpm?

like what would be
npm run dev is bun dev --open

Then
npm run build is bun --bun run build... and it fails if there is a build folder already there unlike the other package managers.

Do I just not know how to use it?

#webdev #npm #packagemanager #webdev

If you want to finally learn Homebrew a bit better to properly manage packages on your machine, I wrote a post that might help!

didoesdigital.com/blog/homebre

I'm pleased that modern Homebrew has better defaults than it used to around auto-updating and cleanup. It also tracks less in its analytics.

For a bonus hot tip that's not included in the post: I like using `dust` to see which directories are filling up my lappy.

didoesdigital.comDiving Deeper Into Homebrew to Better Manage Packages on Your macOS Machine · DiDoesDigitalLearn the most useful Homebrew commands, keep packages up to date, look up Homebrew terminology, and discover some excellent Homebrew packages.