DEV Community

AMZYEI
AMZYEI

Posted on • Edited on

PCK3R : Package manager Windows X64 [V1.0]

pck3r : PCK3R

Pck3r is a modern package manager for Windows 10 x64. It acts as a tool that helps users manage software with MSI installers on Windows. Pck3r makes installing, download and managing software easier with a clear interface and straightforward commands.

Local build

g++ -o pck3r.exe main.cpp
Enter fullscreen mode Exit fullscreen mode

EXECUTE pck3r.exe

pck3r commands

"install" command :

pck3r install "something" :
{
    nodejs,
    google-chrome,
    firefox
}
Enter fullscreen mode Exit fullscreen mode

"cls" command :

pck3r cls
clear your terminal [ only for fun :) ]
Enter fullscreen mode Exit fullscreen mode

"version" command :

pck3r version
this command shows pck3r version
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
pherman profile image
Paige Herman

Nice tool, looks super handy!

Collapse
 
amzyei profile image
AMZYEI

Thanks!