Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqiao/teemiao
Teemiao is a set of convenient tools for building other applications.
https://github.com/qqiao/teemiao
Last synced: about 1 month ago
JSON representation
Teemiao is a set of convenient tools for building other applications.
- Host: GitHub
- URL: https://github.com/qqiao/teemiao
- Owner: qqiao
- License: apache-2.0
- Created: 2024-10-05T17:01:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T18:09:02.000Z (about 1 month ago)
- Last Synced: 2024-11-22T18:35:28.248Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teemiao
Teemiao is a versatile toolkit designed to streamline application development
workflows.## Features
### Build Information Generator (`build-info`)
Automatically generates structured metadata about your build process in JSON
format. The generated information includes:- Build timestamp
- Git revision hash
- Additional contextual build dataThis feature enables better traceability and version management for your
deployments.## Current Status
The project currently focuses on Git integration. Support for additionalversion
control systems is planned for future releases.## Getting Started
### Installation
You can install Teemiao using Cargo:
```bash
cargo install teemiao
```### Usage
To generate build information for your project:
```bash
teemiao build-info
```## Contributing
We welcome contributions! Please see our contributing guidelines for more
details.## License
This project is under Apache Public License 2.0 (APL-2). For detailed
information, please consult the LICENSE file.---
> **Note**: This project is under active development. For feature requests or bug reports, please open an issue in our repository.