pleb icon indicating copy to clipboard operation
pleb copied to clipboard

a casual publisher

Results 13 pleb issues
Sort by recently updated
recently updated
newest added

We tried implementing pleb for publishing our packages, and we saw that in our structure, which is not a flat `packages` structure, `pleb` fails locating the packages. steps to reproduce:...

This PR will add a version command to pleb. This command with upgrade all packages in a workspace and aims to replace `lerna version` with support for npm@8 - [...

I built a feature in pleb for handling shipping scoped packages for the first time when using a scoped namespace, because I didn't know `publishConfig` existed. So I've dropped the...

enhancement
good first issue

It would be nice to highlight the changes between versions with bold text, to make it easier to parse and see which changes are major, minor, etc. Example: ^1.4.1 -->...

enhancement
good first issue

I think it would be helpful to have a summary be printed after the publish process has completed.

enhancement
good first issue

Given two directories containing two git repositories, provide a way to `pleb link` the two for local work.

enhancement

Check (and fail) if two packages recursively require each-other, directly or indirectly.

enhancement
good first issue

For packages within a yarn workspace,`upgrade` uses the `"version"` field specified for each package as the request used in other packages depending on it. Might be good to check the...

enhancement

Added a new cli arg for the update command -m (--match) that takes a js regexp and updates only matching package names This is useful when updating a bunch of...

This PR group the reported changes by the change type (major, minor,...) and color them. Turn: ![image](https://github.com/wixplosives/pleb/assets/2240471/6d6d878a-a4a0-4a38-8f0b-908e3e37681c) Into: ![image](https://github.com/wixplosives/pleb/assets/2240471/111e45aa-6739-4e0f-aedc-6c7f5c19fc4d)