1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated platforms list

This commit is contained in:
Eldad Fux 2021-01-30 00:11:34 +02:00
parent 2ed11835a5
commit 34d118325a

View file

@ -139,6 +139,22 @@ return [
'enabled' => true,
'beta' => false,
'languages' => [ // TODO change key to 'sdks'
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '0.1.0',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://github.com/appwrite/sdk-for-cli',
'enabled' => true,
'beta' => true,
'dev' => true,
'family' => APP_PLATFORM_SERVER,
'prism' => 'bash',
'source' => \realpath(__DIR__ . '/../sdks/server-cli'),
'gitUrl' => 'git@github.com:appwrite/sdk-for-cli.git',
'gitRepoName' => 'sdk-for-cli',
'gitUserName' => 'appwrite',
],
[
'key' => 'nodejs',
'name' => 'Node.js',