htmanager is a high end website project manager written in Rust and is 100% open source forever.
htmanager is currently in beta and uses older versions of dependencies like clap and only version 2.0.0 works. There are no plans in place to fix this as I'm currently busy. I'm very busy with other projects currently, so this project is put on hold and I wouldn't recommend using this unless for experimental reasons or contributing. I might come back to it though eventually.
htmanager can do the following things: Serve html files! Compile scss to css! Create html projects!
The external file problem has been fixed.
- Structopt argument parsing with clap v4
NOTICE: Big updates are currently on hold as well as the whole project.
first clone this repository or download & extract the zip.
git clone https://github.com/MRRcode979/htmanager.git
Next go into the htmanager directory and install it with the following command:
make install
htmanager should now be installed.
Go into the htmanager directory and type in the following command:
make uninstall
htmanager should now be uninstalled.
That is it for now! Feel free to contribute.