|
5 | 5 |
|
6 | 6 | **WORK IN PROGRESS - NOT READY FOR GENERAL USAGE** |
7 | 7 |
|
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. |
9 | 9 |
|
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. |
11 | 11 |
|
12 | 12 | Currently the only spec supported is Swagger 2.0, but we intend to add support for more specification in the near future. |
13 | 13 |
|
@@ -81,13 +81,14 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code |
81 | 81 |
|
82 | 82 | | Language | Supported Versions | Coding Standards | Package Manager | Maintainer | |
83 | 83 | |------------|---------------------|------------------------|--------------------|----------------| |
84 | | -| Javascript | ES5+ | [NPM Coding Style] | NPM, Yarn, | [@eldadfux] | |
| 84 | +| Web | ES5+ | [NPM Coding Style] | NPM, Yarn, | [@eldadfux] | |
85 | 85 | | TypeScript | | [NPM Coding Style] | NPM, Yarn | [You?](https://github.com/appwrite/sdk-generator/issues/20) | |
86 | 86 | | NodeJS | 8, 10, 12 | [NPM Coding Style] | NPM, Yarn | [@eldadfux] | |
87 | 87 | | PHP | 7.0+ | [PHP FIG] | Composer | [@eldadfux] | |
88 | 88 | | Ruby | 2.4+ | [Ruby Style Guide] | GEM | [@eldadfux] | |
89 | 89 | | 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) | |
91 | 92 | | Go | | [Effective Go] | go get | [@panz3r] | |
92 | 93 | | CSharp | .NET core 3.1 | [C# Coding Conventions]| ? | [@komemi] | |
93 | 94 | | D | | | ? | [You?](https://github.com/appwrite/sdk-generator/issues/20) | |
|
0 commit comments