Skip to content

patriciomacadden/hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

See the LICENSE.

About

Hobbit Application Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages