Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 334 Bytes

npkgz - simply pack your nodejs application into tgz archives

Hooks

deploy

Description: triggered by command update after packaging has finished File: <project>/.hooks/deploy

#!/usr/bin/env bash

hook_deploy(){
    # do something
}