codenamephp/deployer.npm

3.0.0 2024-01-14 11:03 UTC

This package is auto-updated.

Last update: 2024-04-15 16:55:41 UTC


README

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.