Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dendrochronologist
Advanced tools
A CLI for versioning and publishing npm packages in a monorepo
dendrochronologist
A CLI for versioning and publishing npm packages in a monorepo.
Dendrochronology is the scientific method of dating tree rings to the exact year they were formed. dendrochronologist
is a tool laser-focused on determining the version(s) for monorepo packages (aka workspaces) and publishing them to the registry. Because git
uses "tree" metaphors liberally, the naming pun could not be resisted.
npm install --save-dev dendrochronologist
You can install it globally, but for the sake of consistency, it is best to install it locally in your workspace root manifest.
From the command line:
npx dendrochronologist
From root manifest scripts
(preferred):
{
"scripts": {
"release": "dendrochronologist"
}
}
The code in this repository is covered by the Parity Public License, a strong copyleft license.
FAQs
A CLI for versioning and publishing npm packages in a monorepo
The npm package dendrochronologist receives a total of 2 weekly downloads. As such, dendrochronologist popularity was classified as not popular.
We found that dendrochronologist demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.