Module

x/drash/DEV.md

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
File

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.