batchman 0.0.1

This CLI tool install programs in batch or serve as a list of such
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "batchman"
version = "0.0.1"
edition = "2021"
license = "MIT"
keywords = ["cross-platform", "programs", "install", "list", "batch"]
categories = ["command-line-utilities"]
description = "This CLI tool install programs in batch or serve as a list of such"
authors = ["Neosb <neosb@nuteksecurity.com>"]
readme = "README.md"
repository = "https://github.com/NutekSecurity/batchman/"

[dependencies]