Skip to content

PatrickWMartin/MakeYourOwnPackageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Your Own Package Manager: mypm

Summary:

The aim of this project is to develop a basic JavaScript npm-style package manager, named mypm. The primary goal is to gain a deeper understanding of how npm and package managers function, as well as to learn more about building CLI tools in JavaScript.

Scope:

Manage myPackage.json Files:

  • Create and update myPackage.json files to track project metadata.

Package Repository:

  • Develop a package repository for storing packages.

Upload Functionality:

  • Implement functionality to upload packages to the repository.

Download Functionality:

  • Implement functionality to download packages from the repository.

About

A project to make my own version of a package manager based of npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors