This step-by-step guide will show you how to install npm, and master common commands in the Node Package Manager (npm) command-line interface.
Tag: Package Management
Node Package Manager: Install npm + Use Commands & Modules
Re-introducing Composer, the Cornerstone of Modern PHP Apps
Claudio re-introduces a tool that most revolutionized the way we develop PHP apps: Composer, PHP's dependency manager. Still unfamiliar with it? Dive in!
Composer Global Require Considered Harmful?
Installing composer packages globally can cause some dependency conflicts. Here's how to get around it with the help of a new, alternative tool.
Mastering Composer – Tips and Tricks
Bruno Skvorc compiles a list of Composer tips and tricks for efficient workflows.
Personal Packagist with Toran Proxy
Toran, a Satis alternative, is software which enables you to have your own Packagist for Composer package management.
Package Management for the Browser with Bower
This article introduces the Bower package management system. This article covers package installation, removal, updating, and more.