このリポジトリは豆蔵デベロッパーサイトの記事のサンプルコードです。
- docker
- node.js
- Git
Clone the repository:
git clone https://github.com/myname/this_repository.git
詳細は.vscode内のtask.jsonをご確認ください。
まず、ルートディレクトリにあるcompose.ymlで定義されているDBコンテナを立ち上げてください
$ docker compose up -d
移行は、tsappディレクトリ内で作業します。
$ cd tsapp
npm iなどで依存関係を解決しておきます。
$(tsapp) npm i
あとは以下の順で実行すれば、依存関係を表す図が出力されます。
- mmdファイルの出力
$(tsapp) npm run start
- mmdからpngへの描画(/tsapp/result内に出力)
$(tsapp) npm run mermaid
特段不要です
Contributions are welcome! Please fork the repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.