arui-core 0.0.1

A project tree analyzer for code metrics and file system statistics
Documentation
1
2
3
4
5
const helloworld = () => {
    console.log({
        hello: "world"
    })
}