Crate workspace_node_tools

source ·
Expand description

§Workspace node tools

This crate provides a set of tools to work with node workspaces. It allows you to retrieve information about the workspace, and to interact with the workspace.

Modules§

  • The agent module provides which package manager is available in the workspace.
  • The filesystem module provides utilities to work with the filesystem.
  • The git module provides utilities to work with git.
  • The monorepo module provides utilities to work with monorepos.