codenamephp / deployer.npm
3.0.0
2024-01-14 11:03 UTC
Requires
- php: ^8.2
- codenamephp/deployer.base: 1 - 3
- codenamephp/deployer.command: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.