Skip to content

Commit 9ca8319

Browse files
committed
Updated README file
1 parent e78d94e commit 9ca8319

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
**WORK IN PROGRESS - NOT READY FOR GENERAL USAGE**
77

8-
[Appwrite](https://appwrite.io) SDK generator is a PHP library for auto generating SDK library for multiple languages or platforms.
8+
[Appwrite](https://appwrite.io) SDK generator is a PHP library for auto generating SDK libraries for multiple languages and platforms.
99

10-
The SDK uses predefined language settings and [Twig templates](https://twig.symfony.com/) to generate code base on different API specs.
10+
The SDK Generator uses a predefined language settings as [Twig templates](https://twig.symfony.com/) to generate codebases based on different API specs.
1111

1212
Currently the only spec supported is Swagger 2.0, but we intend to add support for more specification in the near future.
1313

@@ -81,13 +81,14 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
8181

8282
| Language | Supported Versions | Coding Standards | Package Manager | Maintainer |
8383
|------------|---------------------|------------------------|--------------------|----------------|
84-
| Javascript | ES5+ | [NPM Coding Style] | NPM, Yarn, | [@eldadfux] |
84+
| Web | ES5+ | [NPM Coding Style] | NPM, Yarn, | [@eldadfux] |
8585
| TypeScript | | [NPM Coding Style] | NPM, Yarn | [You?](https://github.com/appwrite/sdk-generator/issues/20) |
8686
| NodeJS | 8, 10, 12 | [NPM Coding Style] | NPM, Yarn | [@eldadfux] |
8787
| PHP | 7.0+ | [PHP FIG] | Composer | [@eldadfux] |
8888
| Ruby | 2.4+ | [Ruby Style Guide] | GEM | [@eldadfux] |
8989
| Python | 3.5+ | [PEP8] | PIP | [@eldadfux] |
90-
| Dart | | [Effective Dart] | pub tool | [@bartektartanus] [@Almoullim] |
90+
| Flutter | | [Effective Dart] | pub tool | [@bartektartanus] [@Almoullim] |
91+
| Dart | | [Effective Dart] | pub tool | [You?](https://github.com/appwrite/sdk-generator/issues/20) |
9192
| Go | | [Effective Go] | go get | [@panz3r] |
9293
| CSharp | .NET core 3.1 | [C# Coding Conventions]| ? | [@komemi] |
9394
| D | | | ? | [You?](https://github.com/appwrite/sdk-generator/issues/20) |

0 commit comments

Comments
 (0)