Garnish UI Toolkit
You can download the latest version of garnishjs on GitHub.
To install via npm:
npm install garnishjsTo install via bower:
bower install garnishjsTo build, run gulp build.
Use -d or --dest options to customize the destination:
gulp build --dest=/path/to/dest
gulp build -d=/path/to/dest
Use -v or --version options to customize the version:
gulp build --version=1.0.0
gulp build -v=1.0.0
To watch, run gulp watch.
To test, run gulp test.
To watch and test, run gulp watch --test
Garnish is available under the MIT license.