This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# NOTES: | |
# - This script takes only one argument (desired path to create the app) | |
# - It uses uses coffeescript, stylus and jade to as sample files/code | |
# - Its intended to be just an example for getting started, and nothing more | |
# - For more info on Polvo, check the project Site and README: | |
# http://polvo.io | |
# https://github.com/polvo/polvo |