3 stable releases
1.1.1 | Mar 26, 2024 |
---|---|
1.0.9 | Mar 25, 2024 |
#80 in Email
74 downloads per month
3MB
1.5K
SLoC
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 utils-cli
- Install from npm
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 .
Executing program
To run the application locally
cargo run -- --help
License
This project is licensed under the Apache License Version 2.0 License - see the LICENSE file for details
Dependencies
~66MB
~1M SLoC