Skip to content

new option for custom config #503

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

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

new option for custom config #503

to-long opened this issue Mar 12, 2023 · 0 comments
Labels
enhancement New feature or request

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
@smorimoto smorimoto added the enhancement New feature or request label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants