MasatoMakino/qiita-to-md

View on GitHub
src/JsonGenerator.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function generate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public static async generate(options?: Options) {
    options = OptionsUtil.init(options);
    const items = await MarkdownDownloader.download(options);

    //記事jsonの生成と保存
Severity: Minor
Found in src/JsonGenerator.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status