AutoCrate is a Rust-powered CLI tool that automates project setup. It creates sequential Rust projects , and opens them in your editor. Future updates will , initialise git , add GitHub integration, templates, background mode, and a CLI for a smoother dev workflow.

1 stars 1 forks 1 watchers Rust Apache License 2.0
automation project-management-tool rust
2 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub
bug help wanted good first issue

AutoCrate is a Rust-powered CLI tool that automates project setup. It creates sequential Rust projects , and opens them in your editor. Future updates will , initialise git , add GitHub integration, templates, background mode, and a CLI for a smoother dev workflow.

Rust
#automation#project-management-tool#rust
Data Directory issue. about 2 months ago

AI Summary: This issue reports that the application's binary is creating its `_Config.json` configuration file in the current working directory from which it is launched. This is problematic as it prevents the config from being stored in a consistent, permanent data directory, potentially leading to multiple scattered config files and clutter.

Complexity: 2/5
bug good first issue

AutoCrate is a Rust-powered CLI tool that automates project setup. It creates sequential Rust projects , and opens them in your editor. Future updates will , initialise git , add GitHub integration, templates, background mode, and a CLI for a smoother dev workflow.

Rust
#automation#project-management-tool#rust