Harp是一个支持预处理的静态Web服务器,支持Jade,Markdown,EJS,CoffeeScript,Sass,LESS和StylusasHTML,CSS&JavaScript的预处理,无需额外配置。特点是快速而且轻量级。
使用方法:
Usage: harp [command] [options]Commands: init [path] initalize new harp application (defaults to current directory) server [path] [options] start harp server compile [path] [options] compile project to static assets multihost [path] [options] start harp server to host directory of harp appsOptions: -h, --help output usage information -V, --version output the version number
评论