oecli

Crates.iooecli
lib.rsoecli
version0.1.1
sourcesrc
created_at2022-03-20 05:41:42.408836
updated_at2022-04-04 05:20:09.424218
descriptionCLI tool for handling booilerplate and operations within Overengineered ecosystem.
homepagehttps://github.com/overengineeredone
repositoryhttps://github.com/overengineeredone/oecli
max_upload_size
id553426
size13,394
Sean O'Rourke (deathbreakfast)

documentation

https://overengineeredone.github.io/docs/

README

oecli

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.

Installation

oecli is available through Cargo and currently the only installation method at this time.

cargo install oecli

Usage

oecli provides several subcommands for handling different tasks.

Progressive Web Apps

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
Commit count: 6

cargo fmt