<% if (isJekyll) { %>--- title: ns hooks position: 1 ---<% } %>
Manages lifecycle hooks from installed plugins.
| Usage | Synopsis |
|---|---|
| Install | $ ns hooks install |
| List | $ ns hooks list |
| Lock | $ ns hooks lock |
| Verify | $ ns hooks verify |
Installs hooks from each installed plugin dependency.
Lists the plugins which have hooks and which scripts they install
Generates a hooks-lock.json containing the hooks that are in the current versions of the plugins.
Verifies that the hooks contained in the installed plugins match those listed in the hooks-lock.json file.