Skip to content

Node workspace version tools

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

websublime/workspace-node-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Miguel Ramos
Sep 23, 2024
e7cbe0f · Sep 23, 2024
Jul 18, 2024
Sep 23, 2024
Jul 2, 2024
Jul 23, 2024
Jul 2, 2024
Sep 23, 2024
Jul 2, 2024
Jul 2, 2024
Sep 23, 2024
Sep 23, 2024
Jul 2, 2024
Jul 2, 2024
Jul 22, 2024
Jul 2, 2024
Jul 3, 2024

workspace-node-tools

Crates.io Docs.rs CI

About

This is a tool to help manage packages in a monorepo style. It can give info about packages existence, package manager defined (node), git helpers to check which package as changes, manage those changes thur a file (.changes.json), give output of conventional commit and changelog generation.

Installation

cargo install workspace-node-tools

Cargo

  • Install the rust toolchain in order to have cargo installed by following this guide.
  • run cargo install workspace-node-tools

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Info

Template from here