Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 932 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 932 Bytes

#Cocktail Recipes

A playground to test different Cocktail flavors.

##aop-advices Example using cocktail-trait-advisable.

##browser Experimental example to run CocktailJS on browser using browserify or requirejs

##enumerables Simple showcase for composing traits and talents.

##es7-evented Simple showcase for composing a @evented decorator using traits-decorator to apply cocktail-trait-eventable.

##light-beer
light-beer holds a few simple examples using CocktailJS. From some object merges to using Traits and Talents, define classes using the single paramater class definition and more.

##lime-beer lime-beer is a simple example to demonstrate the use of Traits and Custom Annotations to use EventEmitter as a Delegate.

##jagerbomb jagerbomb is the same example implemented on lime-beer but this time using CocktailJS Extensions (cocktail-trait-configurable, cocktail-annotation-evented)