Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 475 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 475 Bytes

cppt

C++ Templater Written in Rust

Usage

$ cppt -h
Usage: cppt [COMMAND]

Commands:
  init  Initialize a new project
  new   Create a new file
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Installation

Dependencies

At the moment, this requires clang-format to run. This may be removed in the future

Build from Source

cargo install --path .