├── Gruntfile.js ├── README.md ├── goodel.gs ├── lib ├── goodel.gs ├── model_class_methods.gs ├── model_instance_methods.gs ├── modeler.gs └── table.gs ├── package.json └── spec └── spec.gs /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/README.md -------------------------------------------------------------------------------- /goodel.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/goodel.gs -------------------------------------------------------------------------------- /lib/goodel.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/lib/goodel.gs -------------------------------------------------------------------------------- /lib/model_class_methods.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/lib/model_class_methods.gs -------------------------------------------------------------------------------- /lib/model_instance_methods.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/lib/model_instance_methods.gs -------------------------------------------------------------------------------- /lib/modeler.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/lib/modeler.gs -------------------------------------------------------------------------------- /lib/table.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/lib/table.gs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/package.json -------------------------------------------------------------------------------- /spec/spec.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/7imon7ays/Goodel/HEAD/spec/spec.gs --------------------------------------------------------------------------------