node-webui-installer
v0.2.5
Published
Command line tool to install WebUI
Downloads
13
Readme
Installation
Execute the following commands:
cd ~ && npm install node-webui-installer
echo "export PATH=\$PATH:~/node_modules/.bin" >> ~/.profile
Commands list
Install WebUI library
webui install
Update WebUI library
webui update
Update only for vendors
webui update --only-vendor
Clean up vendors - keep files defined in the file webui-grunt.json
webui grunt
License
This tool is under the LGPLv3 license. See the complete license in the file:
LICENSE