Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.72 KB

File metadata and controls

66 lines (46 loc) · 1.72 KB

{{PROJECT_NAME}}

{{PROJECT_NAME}} is [add your project description here].

Features

  • [List key features of your project]

Requirements

Run mise install to install all tools, then mise run install for any additional dependencies.

Quick Start

git clone <your-repo>
cd {{PROJECT_NAME}}
mise install

Type mise tasks to see all available tasks:

❯ mise tasks
build        Build the project
clean        Clean build artifacts
install      Install dependencies
publish      Publish package to registry
run          Run project locally
test         Run tests
...

Build, run, and test with mise run:

mise run run
mise run test

Task dependencies run automatically — mise run test runs build first!

Commit using conventional commits (feat:, fix:, docs:). Merge/push to main and CI/CD will run automatically bumping your project version and publishing a package.

Documentation

References


Template: {{TEMPLATE_NAME}} v{{TEMPLATE_VERSION}}