レヴュアー募集中! 気になる方は気軽にクリック↓
=======
ETR2015、モデルの管理を行うためのリポジトリ。 plantUMLの利用を前提とする。
(ユーザ名:[図の名前]:[バージョン]) コミットメッセージ)
ex. (kattsun:usecase:01) アクターとしてスターターを追記
.
├── README.md
├── build
│ ├── diagram
│ └── index.html
├── diagram
│ ├── activity
│ ├── class
│ ├── object
│ ├── sequence
│ └── usecase
├── gulp
│ └── config.coffee
├── gulpfile.coffee
├── node_modules
│ └── gulp-puligins
├── package.json
├── plantuml
└── src
└── slim
各図にバージョンを設けたのは、大幅に変更を行った場合のため。 大幅な変更を行う場合は新たなバージョン(ディレクトリ)を作成する。
-
install the node.js and npm
-
clone this repository and submodule
$ git clone https://github.com/SLP-ETR-public/ETR2015_model.git
$ git submodule update --init
- execute this command
$ npm i -g gulp gulp-cli # In some cases use $ sudo npm i -g gulp-cli
$ npm i
- execute gulp
$ gulp