/npkgz-build

npkgz - simply pack your nodejs application into tgz archives

Primary LanguageShellMozilla Public License 2.0MPL-2.0

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
}