diff --git a/.gitignore b/.gitignore index 8fdabef..f2b5853 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ config.json config.yaml - +.DS_Store temp tmp vue/node_modules/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1400d7 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# fileUpdater + + + +The file updater helps you use a web page with an editor to update your files and trigger the related command hook. +Just a signle binary file (thanks golang!) + + +## features +* easy deploy (single binary file) +* command hook +* pre hook +* post hook +* daemon +* update itself (todo) +* low memory require + + +## How to use it + +>| Linux + +```bash + +``` +## diff --git a/logo/fileupdater.ico b/logo/fileupdater.ico new file mode 100644 index 0000000..4a13596 Binary files /dev/null and b/logo/fileupdater.ico differ diff --git a/logo/fileupdater.png b/logo/fileupdater.png new file mode 100644 index 0000000..0809631 Binary files /dev/null and b/logo/fileupdater.png differ