# tools **Repository Path**: wefuture/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Dart - **License**: BSD-3-Clause - **Default Branch**: fix-fs-exceptions-from-logging - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-27 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Overview This repository is home to tooling related Dart packages. Generally, this means packages published through the [tools.dart.dev](https://pub.dev/publishers/tools.dart.dev) publisher that don't naturally belong to other topic monorepos (like [dart-lang/build](https://github.com/dart-lang/build), [dart-lang/test](https://github.com/dart-lang/test), or [dart-lang/shelf](https://github.com/dart-lang/shelf)). ## Packages | Package | Description | Version | | --- | --- | --- | | [cli_config](pkgs/cli_config/) | A library to take config values from configuration files, CLI arguments, and environment variables. | [![pub package](https://img.shields.io/pub/v/cli_config.svg)](https://pub.dev/packages/cli_config) | | [extension_discovery](pkgs/extension_discovery/) | A convention and utilities for package extension discovery. | [![pub package](https://img.shields.io/pub/v/extension_discovery.svg)](https://pub.dev/packages/extension_discovery) | | [graphs](pkgs/graphs/) | Graph algorithms that operate on graphs in any representation | [![pub package](https://img.shields.io/pub/v/graphs.svg)](https://pub.dev/packages/graphs) | | [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) | ## Publishing automation For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. For additional information about contributing, see our [contributing](CONTRIBUTING.md) page.