boilit

Crates.ioboilit
lib.rsboilit
version0.1.3
sourcesrc
created_at2023-12-04 17:58:57.405312
updated_at2023-12-21 20:10:43.640698
descriptionA customizeable command line tool for boilerplating projects
homepagehttps://github.com/Adam-Schlichtmann/boilit
repositoryhttps://github.com/Adam-Schlichtmann/boilit
max_upload_size
id1057869
size25,761
Adam Schlichtmann (Adam-Schlichtmann)

documentation

README

boilit

boilit is a configurable cli tool to help you quickly create files passed on patterns of your project

Getting started

Via Crates.io

cargo install boilit

Via GitHub Release

Download the correct file depending on your OS.

Create a boilit.toml file with your custom file pattern definitions.

Once created you can define your file names, contents, and other parameters into your config

CLI

Use boilit --help to view available commands at any point

Releasing

  1. Bump the version in Cargo.toml
  2. Create a new release via GitHub
  3. GHA will create the windows and linux binary/exe
  4. Run buildMacOS.sh on a mac
  5. Upload the tar.gz to the release page
Commit count: 39

cargo fmt