All Projects → aspiers → Stow

aspiers / Stow

Licence: gpl-3.0
GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Stow

Npm Compare
Compare npm packages from your terminal
Stars: ✭ 55 (-73.43%)
Mutual labels:  cli, packages
Termux Extra Packages
Stars: ✭ 110 (-46.86%)
Mutual labels:  cli, packages
Pilgo
Configuration-based dotfiles manager
Stars: ✭ 78 (-62.32%)
Mutual labels:  cli, dotfiles
Composer
Dependency Manager for PHP
Stars: ✭ 25,994 (+12457.49%)
Mutual labels:  package-manager, packages
Ni
💡 Use the right package manager
Stars: ✭ 179 (-13.53%)
Mutual labels:  cli, package-manager
Mrm
Codemods for your project config files
Stars: ✭ 900 (+334.78%)
Mutual labels:  cli, dotfiles
Dotfiles
My personal collection of configuration files.
Stars: ✭ 105 (-49.28%)
Mutual labels:  cli, dotfiles
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (+71.98%)
Mutual labels:  cli, packages
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+6880.19%)
Mutual labels:  package-manager, packages
Pearl
Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
Stars: ✭ 166 (-19.81%)
Mutual labels:  dotfiles, package-manager
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+215.46%)
Mutual labels:  dotfiles, packages
Hatch
A modern project, package, and virtual env manager for Python
Stars: ✭ 2,268 (+995.65%)
Mutual labels:  cli, package-manager
Beak
A command line interface for your Swift scripts
Stars: ✭ 537 (+159.42%)
Mutual labels:  cli, package-manager
Gomodctl
Search, Check, and Update Go modules.
Stars: ✭ 37 (-82.13%)
Mutual labels:  cli, packages
Nve
Run any command on specific Node.js versions
Stars: ✭ 531 (+156.52%)
Mutual labels:  cli, package-manager
Emplace
👩‍❤️‍💋‍👩 Synchronize installed packages on multiple machines
Stars: ✭ 105 (-49.28%)
Mutual labels:  cli, dotfiles
flatn
flat node dependencies
Stars: ✭ 18 (-91.3%)
Mutual labels:  package-manager, packages
Ellipsis
◦◦◦ Ellipsis is a package manager for dotfiles.
Stars: ✭ 320 (+54.59%)
Mutual labels:  dotfiles, package-manager
Core Plans
Core Habitat Plan definitions
Stars: ✭ 129 (-37.68%)
Mutual labels:  package-manager, packages
Npmvet
A simple CLI tool for vetting npm package versions
Stars: ✭ 193 (-6.76%)
Mutual labels:  cli, packages

Build Status Coverage Status

README for GNU Stow

This README describes GNU Stow. This is not the definitive documentation for Stow; for that, see the info manual.

Stow is a symlink farm manager program which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them all appear to be installed in a single directory tree.

Originally Stow was born to address the need to administer, upgrade, install, and remove files in independent software packages without confusing them with other files sharing the same file system space. For instance, many years ago it used to be common to compile programs such as Perl and Emacs from source and install them in /usr/local. By using Stow, /usr/local/bin could contain symlinks to files within /usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and likewise recursively for any other subdirectories such as .../share, .../man, and so on.

While this is useful for keeping track of system-wide and per-user installations of software built from source, in more recent times software packages are often managed by more sophisticated package management software such as rpm, dpkg, and Nix / GNU Guix, or language-native package managers such as Ruby's gem, Python's pip, Javascript's npm, and so on.

However Stow is still used not only for software package management, but also for other purposes, such as facilitating a more controlled approach to management of configuration files in the user's home directory, especially when coupled with version control systems.

Stow was inspired by Carnegie Mellon's Depot program, but is substantially simpler and safer. Whereas Depot required database files to keep things in sync, Stow stores no extra state between runs, so there's no danger (as there was in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local).

Stow is implemented as a combination of a Perl script providing a CLI interface, and a backend Perl module which does most of the work.

You can get the latest information about Stow from the home page:

http://www.gnu.org/software/stow/

License

Stow is free software, licensed under the GNU General Public License, which can be found in the file COPYING.

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

Installation

See INSTALL.md for installation instructions.

Feedback

Please do send comments, questions, and constructive criticism. The mailing lists and any other communication channels are detailed on the above home page.

Brief history and authorship

Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially simpler. Whereas Depot requires database files to keep things in sync, Stow stores no extra state between runs, so there's no danger (as there is in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local).

For a high-level overview of the contributions of the main developers over the years, see the AUTHORS file.

For a more detailed history, please see the ChangeLog file.

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].