# 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 stamp-templates ``` Annoyingly the crate name `stamp` was already taken. ## Usage ### Command Line Usage Command line help can be viewed using `stamp -h` or `stamp --help` for more detail. You can also use `stamp help `. #### List `stamp list` will show a list of installed templates. Passing the `-v` flag will also show the path of each template on disk. #### Run `stamp run