# Stamp ![Rust](https://github.com/JakeStanger/stamp/workflows/Pipeline/badge.svg) A command line tool for creating one or more files from templates, written in Rust. Stamp was born out of a lack of tooling that filled this middle ground: - IntelliJ supports creating files from templates, but only one file at a time. - Tools like Cookiecutter and Yeoman are slow and far too large for quick usage. ## Installation You will require rust and cargo installed. ```bash cargo install stampr ``` Annoyingly the crate name `stamp` was already taken. You might want to `alias=stamp=stampr`. ## Usage ### Command Line Usage Command line help can be viewed using `stampr -h` or `stampr --help` for more detail. You can also use `stampr help `. #### List `stampr list` will show a list of installed templates. Passing the `-v` flag will also show the path of each template on disk. #### Run `stampr run