Create Hyron app with no build configuration
$ npm install -g hyron-cliCreate the app:
$ hyron my-hyron-appInstall dependencies:
$ npm installStart your Hyron.js app at http://localhost:3000/:
$ npm startHyron CLI can also be further configured with the following command line flags.
-v, --version output the version number
-s, --style <engine> add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
-h, --help output usage information
