utils-cli

Crates.ioutils-cli
lib.rsutils-cli
version1.1.1
sourcesrc
created_at2024-03-25 17:29:29.751866
updated_at2024-03-26 13:28:05.677319
descriptiona compilation of utility scripts for every day use in building applications and using certain features on my laptop
homepage
repository
max_upload_size
id1185500
size3,027,462
Adeoye Adefemi (opeolluwa)

documentation

README

Utils

app-icon

Compilation of utility scripts for everyday use

Demo

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

Commit count: 0

cargo fmt