projkt 0.2.0

Generate project related stuffs such as .gitignore, license, readme and more
projkt-0.2.0 is not a library.

projkt

Generate project related stuffs such as .gitignore, license, readmes and more

crates.io github.com github.com

Demo

demo

Usage


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

Installation

  • From crates.io
cargo install projkt
  • From source
git clone https://github.com/pjmp/projkt.git

cd projkt

cargo run

Available generators

  • gitignore
  • license
  • readme

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT or Apache-2.0