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.
- Rust >= v1.70.0
-
Install from the Cargo repository
cargo install utils
-
Clone the repository and build the application
git clone https://github.com/opeolluwa/utils.git cd utils cargo build --release cargo install --path .
-
Install from NPM
npm install -g @opeolluwa/utils
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