codenamephp / deployer.npm
Installs: 7 806
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 1
Requires
- php: ^8.2
- codenamephp/deployer.base: 1 - 3
- codenamephp/deployer.command: ^1.0
This package is auto-updated.
Last update: 2025-03-25 16:31:07 UTC
README
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.