Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asarazan authored Mar 2, 2024
1 parent 13944fb commit 048e5ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ npm install -g martok
martok ./someFile.d.ts -o Schema.kt --package example
martok ./someDirectory -o BigSchema.kt
martok ./someDirectory -o ./outputDirectory # produce lots of little files.
martok ./someDirectory -o WithDates.kt --datePattern standard # [see Patterns.ts]
```

### SUPPORTS
Expand All @@ -67,7 +66,7 @@ martok ./someDirectory -o WithDates.kt --datePattern standard # [see Patterns.ts
* Anonymous types
* Cross-references to other types
* kotlinx.serializable
* Infer kotlinx.datetime from certain naming patterns _(See [Patterns.ts](src/typescript/Patterns.ts) or pass --datePattern standard)_
* kotlinx.datetime.Instant and kotlinx.datetime.Localdate _(When annotated with @Date or @DateTime. See [HERE](https://github.com/asarazan/martok/blob/main/tests/comparisons/special/DateTime.d.ts) for examples)_
* Custom package name
* Enums
* optional fields
Expand Down

0 comments on commit 048e5ba

Please sign in to comment.