Lucas Bento
Lucas Bento
https://github.com/mattallty/Caporal.js
@idkjs: yes, it is! Currently we don't update any of the generated files. On the next major version we are going to support plugins (#59) by handling everything through AST...
I can imagine it to handle schema from multiple types of databases but how would that be for different templates?
Also, how do you plan on starting, should #43 wait for it? Turning the `mongoose` schema reading into a plugin should be really straightforward. We should also have a `plugins`...
> A template plugin could have an option parameter, like -t for template @sibelius: what do you mean? I meant, how will we implement a template plugin? Will we prepare...
So, I started working on this, I thought the following as a blueprint for a `create-graphql-plugin`: ```js export default { pre: (arguments) => { const { config, // The content...
Good content on Babel plugins: https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md
https://github.com/thejameskyle/babel-file
Related to #1.
@freitaseduardo any news on this? I'm also willing to help! (: