Skip to content

Ract v0.1.1

Latest
Compare
Choose a tag to compare
@syf20020816 syf20020816 released this 24 Jan 18:35
· 2 commits to main since this release

Ract

Ract is a conversational CLI tool written in Rust, designed to simplify the development process by providing an all-in-one solution for:

  • Integrating dependencies
  • Setting up environments
  • Generating project templates
  • Running and packaging projects

With minimal arguments and an intuitive dialog-based interface, Ract supports frameworks like GenUI and Makepad, making your development workflow smooth and efficient. 🚀

Warning

Your computer may prompt security questions, please select Allow

Book

CHANGELOG

General

  • add command: ract add (add GenUI plugin)
  • new .ract file
  • better toml
    • write
    • parse
  • tiny code
  • makepad workspace
  • For GenUI
    • Watcher
    • Runner
    • Packager
    • Compiler
    • Logger
  • Recompile and delete the original compilation results

Fixes

  • Macos Rustc toolchain install
  • fix .env set missing
  • Optimize Macos install Bag
  • Linux build
  • warning in macos