#ecosystem #command-line #operations #interface #velocity #command-line-interface #overengineered

app oecli

CLI tool for handling booilerplate and operations within Overengineered ecosystem

2 releases

0.1.1 Apr 4, 2022
0.1.0 Mar 20, 2022

#15 in #velocity

MIT license

6KB
69 lines

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

Dependencies

~6.5MB
~117K SLoC