Skip to content

Multiple Library Codegens? #158

Answered by vonovak
iBotPeaches asked this question in Q&A
Discussion options

You must be logged in to vote

I believe you can specify one entry for codegenConfig in package.json

  "codegenConfig": {
    "name": "AbcCGen",
    "type": "all",
    "jsSrcsDir": "src/spec",
    "android": {
      "javaPackageName": "com.abc"
    }
  },

and then put multiple specs into src/spec. Codegen will pick it up.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cortinico
Comment options

Answer selected by cortinico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants