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

Accept multiple config formats? #7

Open
1 of 10 tasks
sudojunior opened this issue Jul 15, 2020 · 0 comments
Open
1 of 10 tasks

Accept multiple config formats? #7

sudojunior opened this issue Jul 15, 2020 · 0 comments

Comments

@sudojunior
Copy link
Member

sudojunior commented Jul 15, 2020

Currently, the only format accepted (for ~/config.json) is JSON.

Additional options include:

  • JSON (*.json)
  • JSON5 (*.json5) - https://json5.org/
  • YAML (*.yml)
  • CSON (*.cson)
  • INI (*.ini)
  • TOML (*.toml)
  • XML (*.xml)
  • DOTENV (*.env) - can be used for environment credentials
  • GitHub Key Secrets (~/settings/secrets)
  • Native language import (*.{lang})
    Can be done for JavaScript (and subsets) and Python.
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