prgf 0.1.1

An easy to configure CLI tool that creates files with content that the user specifies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "prgf"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "An easy to configure CLI tool that creates files with content that the user specifies"
readme = "README.md"
repository = "https://github.com/Noctismal/prgf"
keywords = ["file-creation"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
dirs = "6.0.0"