in scripts/team.js [25:35]
async init() {
try {
console.log('start...');
this.nativeObject = await this.loadYaml(docsFile);
await this.getAllRepoData()
await this.writeFile()
} catch (err) {
console.log(err);
process.exit(1)
}
}