Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.04 KB

File metadata and controls

22 lines (15 loc) · 1.04 KB

deployer.npm

Packagist Version Packagist PHP Version Support Lines of code GitHub code size in bytes CI Packagist Downloads GitHub

What is it?

This package provides deployer tasks for npm and a basic command to run npm command line.

Installation

Easiest way is via composer. Just run composer require codenamephp/deployer.npm in your cli which should install the latest version for you.

Usage

Just use the tasks in your deployer file or create your own using the command factory or by extending the \de\codenamephp\deployer\npm\task\AbstractNpmTask class.