Xir is a flexible web framework which provides easy-to-use, straight- forward, and powerful server structures to manage all your codes and resources.
Xir implements an extendible compiler system. You can write everything in other languages like CoffeeScript instead JavaScript, LESS instead CSS, and Jade instead HTML. The system will compile all your source code instantly or dynamically, and manage the cache as well.
npm install -g xir
xir [COMMAND] [OPTION]... [ARGUMENT]...
Each option can be placed before command or after argument.
new|create <NAME>...
run|start|up [NAME]
add <PLUGIN>...
remove|rm|delete <PLUGIN>...
search|find <PLUGIN>...
info <PLUGIN>
help [COMMAND]
xir <new|create> [OPTION]... <NAME>...
xir <run|start|up> [OPTION]... [NAME]
xir add [OPTION]... <PLUGIN>...
xir <remove|rm|delete> [OPTION]... <PLUGIN>...
xir <search|find> [OPTION]... <PLUGIN>...
xir info [OPTION]... <PLUGIN>
xir help [OPTION]... [COMMAND]