carbon-io / carbond

MIT License
2 stars 5 forks source link

Collection / Service Generator #321

Open doug-ol opened 6 years ago

doug-ol commented 6 years ago

Something like this would be nice: $ carbon generate MongoDBCollection contacts firstName:string:required lastName:string email:string phoneNumbers:{home:string work:string mobile:string}

This would generate a file called contacts.js which contains both the collection and service and could be run with node contacts

willshulman commented 6 years ago

Never! :) (we can discuss why but I am somewhat against codegen)