Skip to content

okkema/template

Repository files navigation

Okkema Labs Template

JavaScript template repository for Okkema Labs. Uses githooks for automatic versioning and Terraform for infrastructure provisioning.

Workflows

Versioning

Versions are automatically incremented using /.githooks following Semantic Versioning. Every commit will increment the version, prerelease by default. The version can be set by including "#<VERSION>" in the commit message, e.g. "Some feature #minor". See npm version for more details.