Crates.io | projkt |
lib.rs | projkt |
version | 0.2.1 |
source | src |
created_at | 2022-07-25 07:22:49.217738 |
updated_at | 2022-07-25 07:41:58.778137 |
description | Generate project related stuffs such as .gitignore, license, readme and more |
homepage | https://github.com/pjmp/projkt |
repository | https://github.com/pjmp/projkt |
max_upload_size | |
id | 632386 |
size | 83,918 |
projkt
is a commandline tool to generate boring stuffs such as.gitignore
,README
,license
and more quickly so that you can send more time in your projects rather than skeleton files.
There are many projects that does one of these things but I haven't found any that combines all of them.
projkt <generator> # opens a fuzzy file picker
projkt <options> <generator> <args> # write output to file
# generate `.gitignore` file(s)
projkt gitignore
projkt --overwrite gitignore rust
# generate license file(s)
projkt --dest=~/Codes/repo license rust
cargo install projkt
git clone https://github.com/pjmp/projkt.git
cd projkt
cargo run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT or Apache-2.0