This commit is contained in:
2020-05-17 17:17:39 +02:00
parent 5b96458669
commit e11f9bea68
28 changed files with 317 additions and 3577 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# @sapphirecode/graphviz-builder
version: 0.0.0
constructing graphviz files using an easy typescript interface
## Installation
npm:
> npm i --save @sapphirecode/graphviz-builder
yarn:
> yarn add @sapphirecode/graphviz-builder
## Usage
TODO: Add usage
## License
MIT © Timo Hocker <timo@scode.ovh>