ginst 0.0.3

A generic installation tool, able to read and execute instructions from a json file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.clap]
features = ["derive"]
version = "4.1.1"

[dependencies.json]
version = "0.12.4"

[package]
description = "A generic installation tool, able to read and execute instructions from a json file."
edition = "2021"
license = "MIT"
name = "ginst"
readme = "README.md"
version = "0.0.3"