Skip to content

new option for custom config #503

Closed
Closed
@to-long

Description

@to-long

I want to import my custom config :

const primitiveTypeConstructs = _struct => ({
  date: () => 'string',
  'date-time': () => 'string',
  string: {
    date: () => 'string',
    'date-time': () => 'string',
  },
})

But I don't want to use nodejs, I still want to use the power of cli
Currently I'm use patch-package to custom index.js in node_modules to allow cli can receive custom-config file path

Do you agree with me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions