You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [Unreleased]
8
+
- Add new features and improvements here.
9
+
10
+
## [0.1.2] - 2024-06-05
11
+
### Added
12
+
- Initial release of `syncable-cli`.
13
+
- Analyze code repositories to detect languages, frameworks, and dependencies.
14
+
- Generate Infrastructure as Code (IaC) configurations: Dockerfile, Docker Compose, and Terraform.
15
+
- Modular architecture for extensibility and maintainability.
16
+
- CLI interface with `analyze` and `generate` commands.
0 commit comments