Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 600 Bytes

DEV.md

File metadata and controls

19 lines (12 loc) · 600 Bytes

Dev Environment Setup

Copy git hook for standardized commit messages

This makes your commit messages as follows: [branch-name] commit message

/path/to/deno-drash/console/git_hooks/copy-prepare-commit-msg

Building API Reference pages JSON data

console/build_docs

console/build_docs will create api_reference.json in the root directory of your deno-drash clone (e.g., /path/to/deno-drash/api_reference.json).

If the deno-drash-docs repo needs to be updated, then make a PR to it by updating the api_reference.json file to use the newly built one.