headifier

Crates.ioheadifier
lib.rsheadifier
version0.2.0
sourcesrc
created_at2023-10-24 01:09:15.362103
updated_at2024-01-03 16:41:24.899167
descriptionAdd headers to your entire project directory!
homepage
repositoryhttps://github.com/serranoio/headifier
max_upload_size
id1011989
size55,840
David Serrano (serranoio)

documentation

README

Headifier

Welcome to Headifier!

  • Add headers to all of your projects using a neat terminal UI

Install

  1. from the command line, run cargo install headifier

  2. Enter project directory where you want to add headers

  3. Run the binary! headifier

  4. Follow on screen instructions

Notes

  • Currently the only way to undo is to remove the changes via git
  • Please someone review the functionality and issue a pull request! I would love help, advice, etc.!

RoadMap

  • The release cycle happens once per month, and will happen at around the first every month.
    • Next small update will be ready on about January 1st.
    • A breaking bug will be fixed ASAP
    • convenience bugs will be released every now and then

Upcoming Features

  1. Creating header can apply to any file - it'll append // to every line for .ts,.js,.rs, and for css it will be /* */, html

Optimizations

  1. buttons

Bugs

  1. remove spaces from gitignore
Commit count: 19

cargo fmt