# anyentry **Repository Path**: dengxiaoning/anyentry ## Basic Information - **Project Name**: anyentry - **Description**: Tiny NodeJS Static Web server - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2022-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # anyentry Tiny NodeJS Static Web server ### FEATURES EDITORCONFIG HANDLEBARS ESLINT COMPRESS RANGE CURL LOCATION TEST Cache(it does only red file , don't for dircetory) Using prototype to cache picture path Using decodeURIComponent compiled picture path ## 安装 ``` npm i -g anyentry ``` ## 使用方法 ``` anyentry # 把当前文件夹作为静态资源服务器根目录 anyentry -p 8080 # 设置端口为8080 anyentry -h localhost # 设置host 为localhost anyentry -d /d # 设置根目录为 /d ```