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

Add wiby.json support #8

Closed
2 tasks
BethGriggs opened this issue Jun 29, 2020 · 2 comments
Closed
2 tasks

Add wiby.json support #8

BethGriggs opened this issue Jun 29, 2020 · 2 comments
Assignees

Comments

@BethGriggs
Copy link
Member

  • Support the --file argument
  • Reads a wiby.json (initially based on the draft structure)
@BethGriggs BethGriggs changed the title add wiby.json support Add wiby.json support Jun 29, 2020
@dominykas
Copy link
Member

Support the --file argument

Proposal:

wiby test

Is equivalent to:

wiby test --config ./wiby.json

Is equivalent to:

wiby test -c ./wiby.json

  • Choosing --config over --file, partially because that's what eslint uses, but also file is kind of vague?
  • If the file does not exist - prints help
  • Should also be able to fall back to ./wiby.js

Happy to start implementing this, if nobody else is working on that yet?

@dominykas dominykas self-assigned this Sep 29, 2020
@dominykas
Copy link
Member

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

2 participants