Awesome
HAT
Hobbit Application Template.
Installation
- Clone the repository:
$ git clone git@github.com:patriciomacadden/hat.git
- Create a git repository and change the
origin
:
$ git remote rm origin
$ git remote add origin <YOUR_GIT_REPOSITORY>
- Change the application name (and commit the change):
$ APP_NAME=AwesomeApp; for i in `find . -type f | grep -v .git`; do if [ `grep HAT $i | wc -l` != 0 ]; then sed -i '' "s/HAT/$APP_NAME/g" $i; fi; done; git commit -am "HAT => $APP_NAME"
Note: Note the APP_NAME
variable. You should change the application name
there.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
See the LICENSE.