# <%= project.name %> ## Dependencies * ## Usage #### Methods ###### METHOD NAME _METHOD DESCRIPTION_ > _Arguments_ ```yaml argument: Argument description # default: ``` --- > _example_ ```coffee METHOD ARGUMENT ``` ## Development ### Dependencies ```shell gem install yuyi yuyi -m https://raw.githubusercontent.com/<%= github.username %>/<%= project.filename %>/master/yuyi_menu bundle install npm install bower install ``` Do **NOT** modify any `.js` files! Modify the coffee files in the `src` directory. Guard will watch for changes and compile them to the `lib` directory. ### Compiling & Testing Run `testem` ## To-Do *