Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedivic/golden-ts
https://github.com/thedivic/golden-ts
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thedivic/golden-ts
- Owner: TheDivic
- Created: 2024-12-29T15:47:10.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:55:29.000Z (23 days ago)
- Last Synced: 2024-12-29T16:31:26.484Z (23 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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