Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/booleangate/model-generator
https://github.com/booleangate/model-generator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/booleangate/model-generator
- Owner: booleangate
- Created: 2014-07-31T08:07:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T08:11:53.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T05:05:00.265Z (over 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a simple web app that accepts a class name and a list of property names in a number of different formats, such as
- camelCasePropertyName
- snake\_case\_property\_name
- mixed\_caseProperty\_name
- white space separated property nameand creates a model object with getters and setters for each property.
This is similar to and inspired by Eclipse's builtin getter/setter generation for Java classes.
An example is available here: http://justinjohnson.org/github/model-generator/