Crates.io | oecli |
lib.rs | oecli |
version | 0.1.1 |
source | src |
created_at | 2022-03-20 05:41:42.408836 |
updated_at | 2022-04-04 05:20:09.424218 |
description | CLI tool for handling booilerplate and operations within Overengineered ecosystem. |
homepage | https://github.com/overengineeredone |
repository | https://github.com/overengineeredone/oecli |
max_upload_size | |
id | 553426 |
size | 13,394 |
oicli is a command line interface built in Rust. It was designed to increase developer velocity by handling boilerplate and operational overhead within the Overengineered ecosystem.
oecli is available through Cargo and currently the only installation method at this time.
cargo install oecli
oecli provides several subcommands for handling different tasks.
Overengineered uses Yew, which is a modern Rust framework for creating multi-threaded front-end web applications using WebAssembly.
To create a new PWA you can use the new option. This will prepare a new Github repository using a Yew quickstart template with the PatternFly component library.
oecli pwa --new todo-app