GitXplorerGitXplorer
b

ts-lerna-template

public
2 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
59c343de49beb63915be95c00e9c62e1151ca625

chore(deps-dev): Bump @tstv/eslint-config from 3.2.2 to 3.2.3 (#34)

ddependabot[bot] committed 18 days ago
Verified
48b3960bf711512776c2d123025a5680f53c8c36

chore(deps-dev): Bump prettier from 3.4.1 to 3.4.2 (#33)

ddependabot[bot] committed 18 days ago
Verified
7469a97b3efec7bdce3d1d62bd1ea9849968d2e5

chore(deps-dev): Bump lefthook from 1.8.4 to 1.10.1 (#32)

ddependabot[bot] committed 18 days ago
Verified
4e694485fb8f4473a8d40083ba2811e9162dd1a7

chore(deps-dev): Bump typescript from 5.6.3 to 5.7.2 (#31)

ddependabot[bot] committed 2 months ago
Verified
4672d12c3ef74a2b8d472d24e75bc9dfbfe5d0bd

chore(deps-dev): Bump lefthook from 1.8.2 to 1.8.4 (#30)

ddependabot[bot] committed 2 months ago
Verified
45b2a01a22bf52a6e6c0dc50d39b63170dec8bba

chore(deps-dev): Bump prettier from 3.3.3 to 3.4.1 (#29)

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

ts-lerna-template

A template for managing TypeScript packages with Lerna.

Getting started

# Install dependencies (the Monorepo linking step is now handled during npm install)
npm install

# Test packages
npm test

Release packages

Start with version "0.0.0" in package.json when creating a completely new package.

Release all packages

Publish all packages that have changed:

npm run release

Read more