Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 666 Bytes

README-dev.md

File metadata and controls

26 lines (14 loc) · 666 Bytes

Publishing Package

See NPM documentation on publishing packages:

npm publish

Building Package

npm run build

Git Hooks Managent

Due to our Python/JS stack, we recommend Hooks4git module.

Install

requirements: pip

pip install hooks4git --user

Usage

cd working-project/
hooks4git --init

Now you get a new .hooks4git.ini and some hooks in .git/hooks