https://github.com/denq/pattern_builder
Demonstration a pattern builder
https://github.com/denq/pattern_builder
Last synced: about 1 year ago
JSON representation
Demonstration a pattern builder
- Host: GitHub
- URL: https://github.com/denq/pattern_builder
- Owner: DenQ
- Created: 2015-06-23T19:12:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T13:26:17.000Z (almost 11 years ago)
- Last Synced: 2023-08-15T13:48:03.162Z (almost 3 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pattern_builder
Demonstration a pattern builder
* language: CoffeeScript
* status: complete
UML diagram:

For run:
```
node js/app.js
```
Result for BuilderChocolateMilk:
```
{ milk: true, sugar: true}
```