1.1.4 • Published 1 year ago

pacman-cli v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

pacman-cli

A CLI to easily install packages based on the lockfiles in the directory

Installation

npm install -g pacman-cli

Usage

pacman --dir ./optional/directory/to/use -d {pnpm|yarn|npm}

Options

--dir - Provide an optional subdirectory to install in -d, --default - Provide a default package manager to use in the event of none or multiple being detected

Motivation

Many open-source projects out there end up with package manager conflicts based on the developers' preferences for specific ones. Experiencing this firsthand, I noticed how annoying it was to have to constantly delete other lockfiles and enforce a single package manager among projects I led and projects I helped out with. Hence, this tool was born.

(Also a friend thought it would be a cool thing to make)

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago