scriptgen 1.0.0

A script generator tool that simplifies the process of running scripts in any language.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
version = "3.0"

[package]
authors = ["Abhishek Kumar <akbittu@gmail.com>"]
categories = ["command-line-utilities"]
description = "A script generator tool that simplifies the process of running scripts in any language."
edition = "2021"
homepage = "https://github.com/isurfer21/scriptgen_rust"
keywords = ["cli", "script", "generator", "tool"]
license = "MIT"
name = "scriptgen"
readme = "README.md"
repository = "https://github.com/isurfer21/scriptgen_rust.git"
version = "1.0.0"