@opeolluwa/utils
v1.0.8
Published
a compilation of utility scripts for every day use in building applications and using certain features on my laptop
Readme
Utils
Compilation of utility scripts for everyday use
Demo

Description
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.
Getting Started
Dependencies
- Rust >= v1.70.0
Installing
Install from the Cargo repository
cargo install utilsClone 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
Executing program
To run the application locally
cargo run -- --helpLicense
This project is licensed under the Apache License Version 2.0 License - see the LICENSE file for details
