Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new option for custom config #503

Open
to-long opened this issue Mar 12, 2023 · 0 comments
Open

new option for custom config #503

to-long opened this issue Mar 12, 2023 · 0 comments

Comments

@to-long
Copy link
Contributor

to-long commented Mar 12, 2023

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 ?

js2me added a commit that referenced this issue Jul 13, 2023
Add more option for custom config [#503]
@js2me js2me mentioned this issue Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant