# `projkt` **Generate project related stuffs such as .gitignore, license, readmes and more** [![crates.io](https://img.shields.io/crates/v/projkt.svg?style=flat-square)](https://crates.io/crates/projkt) [![github.com](https://img.shields.io/github/license/pjmp/projkt?style=flat-square)](https://github.com/pjmp/projkt) [![github.com](https://img.shields.io/badge/contributions-welcome-brightgreen?style=flat-square)](https://github.com/pjmp/projkt)

What and why?

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.

Features

Demo

demo

Usage

```shell

projkt # opens a fuzzy file picker

projkt # 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

shell cargo install projkt

cd projkt

cargo run ```

Available generators

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