README.md in rbs2ts-1.0.0.pre.alpha.2 vs README.md in rbs2ts-1.0.0.pre.alpha.3

- old
+ new

@@ -1,7 +1,9 @@ # Rbs2ts +[![mugi_uno](https://circleci.com/<VCS>/<ORG_NAME>/<PROJECT_NAME>.svg?style=svg)](LINK) + Convert RBS to TypeScript type definition. ## Installation ```ruby @@ -11,5 +13,19 @@ ## Usage ``` rbs2ts convert type.rbs ``` + +--- + +## ToDo + +- [x] Literal type +- [ ] Interface type +- [ ] Literal type +- [ ] Tuple Type +- [ ] Base Types +- [ ] Method Type (Argument Types and Return Types) +- [ ] Class declaration +- [ ] Module declaration +- [ ] Interface declaration