jeffzi / defold-template

The empty project template that is available from the Defold editor launch screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Defold

This project was created from the "empty" project template.

The settings in "game.project" are all the default. A bootstrap empty "main.collection" is included.

Check out the documentation pages for examples, tutorials, manuals and API docs.

If you run into trouble, help is available in our forum.

Happy Defolding!

Setup Pre-commit

A framework for managing and maintaining git pre-commit hooks. We use pre-commit to run linters on commit, push and in the CI.

  1. Install pre-commit
  2. Install Nodejs if not already installed.
  3. Install commit-lint:
npm install -g @commitlint/cli @commitlint/config-conventional
  1. Set up pre-commit, from repo's directory:
pre-commit install
pre-commit install --hook-type commit-msg
  1. Test running hooks:
pre-commit run -a

About

The empty project template that is available from the Defold editor launch screen


Languages

Language:Lua 100.0%