Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install headifier
It will make the headifier command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall headifier uninstalls.
Back to the crate overview .
Readme
Headifier
Welcome to Headifier!
Add headers to all of your projects using a neat terminal UI
Install
from the command line, run
cargo install headifier
Enter project directory where you want to add headers
Run the binary!
headifier
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
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
buttons
Bugs
remove spaces from gitignore