2016-11-09 15:29:54 +01:00
|
|
|
# HIPPIE
|
2016-04-12 19:51:56 +02:00
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
## USE (work in progress (it is not ready to be used))
|
2016-12-01 15:37:49 +01:00
|
|
|
|
|
|
|
|
Clone the repo `https://github.com/sthag/hippie.git`.
|
2016-11-09 15:29:54 +01:00
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
Change to the newly created folder. By default this would be *hippie*.
|
2016-11-09 15:29:54 +01:00
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
Run the command *gulp*.
|
|
|
|
|
This will create a folder *build* with the resulting files.
|
2017-08-17 19:47:06 +02:00
|
|
|
|
|
|
|
|
## LOGIC
|
|
|
|
|
|
|
|
|
|
Klassennamen enthalten Objektnamen und Funktionen
|
|
|
|
|
Sie sind mit `-` und `_` unterteilt.
|
|
|
|
|
Der Bindestrich `-` trennt Objektnamen von Funktionen. Der Unterstrich `_` wiederum unterteilt Funktionsbezeichnungen.
|