Dependency managers: Difference between revisions
Created page with "Ever since the RPM format was invented (and surely even before), there have been epic fights against wp:dependency hell. The Debian packaging format was a blessing for me..." |
m typo |
||
| Line 2: | Line 2: | ||
== Packaging == | == Packaging == | ||
Packaging software is different, albeit related, to managing dependencies. For example, the < | Packaging software is different, albeit related, to managing dependencies. For example, the <abbr title="PHP Archive>PHAR</abbr> format is a way to package PHP software. In the old days files were simply compressed and packaged using [[GZip]] and [[Tar]]. | ||
== PHP == | == PHP == | ||
| Line 11: | Line 11: | ||
== JavaScript == | == JavaScript == | ||
Node has < | Node has <abbr title="Node Packaged Modules">npm</abbr>. https://www.npmjs.org/ | ||
== Version Control == | == Version Control == | ||