Skip to content

Commit

Permalink
Remove lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Aug 21, 2021
1 parent 79f8788 commit ae9a6e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4,678 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
vendor
.php-cs-fixer.cache
.phpunit.result.cache
bin/php-generator-youshka.php
bin/php-generator-youshka.php
composer.lock
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ Work-in-progress PHP DTO to TypeScript & Dart converter. See unit tests for deta

## Features
- Converting PHP DTO to TypeScript & Dart
- TypeScript
- Union types / Nullable types
- Array types with PHP DocBlock support e.g. `User[]`
- Enums (myclabs/enum)
- Nested DTO
- Recursive DTO
- Custom type converting (like `DateTimeImmutable`)
- Dart
- Nullable types
- Dart List types
- Enums (myclabs/enum)
- Nested DTO
- Recursive DTO
- Union types / Nullable types
- Array types with PHP DocBlock support e.g. `User[]`
- Enums (myclabs/enum)
- Nested DTO
- Recursive DTO
- Custom type converting (like `DateTimeImmutable`)

## Usage
```bash
Expand Down
Loading

0 comments on commit ae9a6e7

Please sign in to comment.