Generates diograph from folder
```
npm install @diograph/folder-generatoror
yarn add @diograph/folder-generator
`
import { generateDiograph } from '@diograph/folder-generator'
const diograph = await generateDiograph(folderPath)
console.log('Hello diograph!', diograph.toObject())
`
Compile typescript in real time to /dist folder:
``
yarn build-watch
Run unit tests in the background:
``
yarn test-watch
Create new version and publish to npm:
```
yarn publish