Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedivic/golden-ts


https://github.com/thedivic/golden-ts

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Golden TS skeleton repository

## Development Scripts

- `pnpm test` - Run tests in watch mode
- `pnpm test:run` - Run tests once
- `pnpm test:coverage` - Run tests with coverage report
- `pnpm lint` - Check for linting issues
- `pnpm lint:fix` - Fix linting issues
- `pnpm format` - Format code with prettier
- `pnpm build` - Build the project
- `pnpm build:watch` - Build in watch mode

## Git Workflow

- `pnpm commit` - Create a commit using commitizen
- `pnpm branch` - Create a new branch
- `pnpm branches:merged` - List merged branches
- `pnpm branches:pending` - List pending branches
- `pnpm branches:clean` - Delete merged branches

## Release Process

- `pnpm release` - Create a new release
- `pnpm release:minor` - Create a minor release
- `pnpm release:patch` - Create a patch release
- `pnpm release:major` - Create a major release