Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.09 KB

readme.md

File metadata and controls

39 lines (25 loc) · 1.09 KB

Monorepo Tools Collection

This monorepo contains various command-line tools and utilities for different purposes.

Tools Included

  • exchange - Atomically swap two files or directories.
  • sig - For signing, fetching, verifying, and inspecting signed documents.

Getting Started

  1. Clone the repository:

    git clone https://github.com/claytonsingh/tools.git
  2. Navigate to the specific tool directory:

    cd tools/tool-name
  3. Follow the individual README instructions for each tool.

Releases

Releases for all tools are grouped together. To find the latest releases:

  1. Visit the Releases page of this repository.
  2. Each release contains updates for all tools in the monorepo.
  3. Release notes will specify which tools have been updated and their respective version numbers.
  4. Download the release package, which includes pre-built binaries for all tools and supported platforms.

Contributing

Contributions are welcome! Open a pull request.

License

Each tool is licensed under its own license.