Skip to content

json 파일로 export하는 기능을 추가한다 #5

@airman5573

Description

@airman5573
const result = generate(commentSchema, 100);

fs.writeFile("output.json", JSON.stringify(result), "utf8", (err) => {
  if (err) throw err;
});
  1. Command Line에서 사용자랑 interactive하게 생성할 수 있도록 하는 방법
  2. index.js파일에서 그냥 output path를 코드로 지정하는 방법

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions