Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaki323 committed Apr 6, 2019
1 parent 35a4aeb commit 67deb47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# typescript-study-gunshot
Typescriptの学習で書いたお遊びコード。コンソールで銃の操作をするアプリ。

# 動作確認済み環境
- node v10.8.0
- npm 6.2.0
- tsc Version 3.3.4000

# usage
```
$ npm install
$ tsc
$ node index.js
```

0 comments on commit 67deb47

Please sign in to comment.