Skip to content

HTML/Vanilla Javascript project manager written in Rust.

License

Notifications You must be signed in to change notification settings

MRRcode979/htmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmanager

htmanager is a high end website project manager written in Rust and is 100% open source forever.

IMPORTANT NOTICE:

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.

What can htmanager do?

htmanager can do the following things: Serve html files! Compile scss to css! Create html projects!

Note:

The external file problem has been fixed.

TODO:

  • Structopt argument parsing with clap v4

NOTICE: Big updates are currently on hold as well as the whole project.

Install

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.

Uninstall

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.