feat: column customization

This commit is contained in:
Shusui MOYATANI
2023-05-08 19:58:59 +09:00
parent 5b5c261285
commit f8fbc95ba7
49 changed files with 1178 additions and 307 deletions

View File

@@ -2,7 +2,8 @@ import fs from 'fs/promises';
import path from 'path';
import util from 'util';
const readDepFile = (key, filename) => fs.readFile(path.resolve(key, filename), { encoding: 'utf8' });
const readDepFile = (key, filename) =>
fs.readFile(path.resolve(key, filename), { encoding: 'utf8' });
const getPackageInfo = async (key) => {
try {