Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

microsoftarchive/mauer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package manager for the frontend, with a twist.

Installation

[sudo] npm -g install mauer@latest

Generating patches

  • install the package with mauer install [NAME]@[VERSION]
  • make changes
  • generate the patch with mauer diff [NAME] > patches/[NAME]@[VERSION]
  • next installs will pick up the patch automatically