mirror of https://github.com/clickscodes/nucleus
Co-authored-by: Skyler <skyler3665@gmail.com>pull/26/head
parent
89781200bf
commit
920b1c4e6b
@ -0,0 +1,10 @@
|
|||||||
|
import * as fs from 'fs';
|
||||||
|
|
||||||
|
const dir = './data';
|
||||||
|
const files = fs.readdirSync(dir);
|
||||||
|
|
||||||
|
for (const file of files) {
|
||||||
|
const rsmData = fs.readFileSync(`${dir}/${file}`, 'utf8');
|
||||||
|
const nucleusData = ""
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in new issue