mise-pnpm-template
v2.10.0
Published
Add your description here
Readme
mise-pnpm-template
mise-pnpm-template is [add your project description here].
Features
- [List key features of your project]
Requirements
- bash 3.2+
- mise
Run mise install to install all tools, then mise run install for any additional dependencies.
Quick Start
git clone <your-repo>
cd mise-pnpm-template
mise installType 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 testTask 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
- User Guide - Complete setup and usage guide
- Architecture - Design and implementation details
- Infrastructure - Infrastructure and CI/CD details
References
- mise - dev tool manager
- semantic-release
- bats-core bash testing
- Google Shell Style Guide
- Conventional Commits
- GitHub Actions
- GCP Artifact Registry
Template: mise-lib-template v2.10.0
