#script #applications #send-email #sms #utility #tasks #building

app utils-cli

a compilation of utility scripts for every day use in building applications and using certain features on my laptop

3 stable releases

1.1.1 Mar 26, 2024
1.0.9 Mar 25, 2024

#30 in Email

Download history 310/week @ 2024-03-22 91/week @ 2024-03-29 9/week @ 2024-04-05

74 downloads per month

Apache-2.0

3MB
1.5K SLoC

Rust 1.5K SLoC // 0.1% comments JavaScript 83 SLoC // 0.0% comments Shell 82 SLoC // 0.2% comments PowerShell 16 SLoC // 0.2% comments Bitbake 16 SLoC // 0.1% comments

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

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

~63MB
~1M SLoC