| Crates.io | utils-cli |
| lib.rs | utils-cli |
| version | 1.1.1 |
| created_at | 2024-03-25 17:29:29.751866+00 |
| updated_at | 2024-03-26 13:28:05.677319+00 |
| description | a compilation of utility scripts for every day use in building applications and using certain features on my laptop |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1185500 |
| size | 3,027,462 |
Compilation of utility scripts for everyday use

This repository contains a collection of useful scripts that can be used in any software project and in a desktop environment. The main purpose is to provide abstracts on some common tasks such as adding readme to a project, sending email and SMS, etc.
Install from the Cargo repository
cargo install utils-cli
npm install -g @opeolluwa/utils
Clone the repository and build the application
git clone https://github.com/opeolluwa/utils.git
cd utils
cargo build --release
cargo install --path .
To run the application locally
cargo run -- --help
This project is licensed under the Apache License Version 2.0 License - see the LICENSE file for details