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

Issue-11: Adding a new feature for the tool to support --config with config file #14

Closed
nguyenhung15913 opened this issue Oct 5, 2021 · 0 comments · Fixed by #16
Closed

Comments

@nguyenhung15913
Copy link
Contributor

Hi Jun Song, I am interested in your project. I would like to add a new feature to your jun-ssg so that it now can read the config file.
Details:

  • Instead of passing arguments every time, users now can specify all of their options in a single config JSON file.
    Example, This CLI:
    jun-ssg -i hello.txt --s "example.com"
    Can be replaced with:
    jun-ssg --c config.json
    Where the config.json contains all of their options:
{
      "input": "hello.txt",
      "stylesheet": "example.com"
}

If you consider my request, please let me now thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment