mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
Send to zulip
This commit is contained in:
19
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/dist-tools/create-all-services.js
generated
vendored
Executable file
19
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/dist-tools/create-all-services.js
generated
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var path = require('path');
|
||||
|
||||
/*
|
||||
* Pass optional path to target directory as command line argument.
|
||||
*
|
||||
* The directory must include the apis/ folder and service customizations at
|
||||
* `lib/services`. Clients will be generated in `clients/`.
|
||||
*
|
||||
* If parameter is not passed the repository root will be used.
|
||||
*/
|
||||
|
||||
var ClientCreator = require('./client-creator');
|
||||
|
||||
var cc = new ClientCreator(process.argv[2] || path.join(__dirname, '..'));
|
||||
|
||||
cc.writeClientServices();
|
||||
console.log('Finished updating services.');
|
||||
Reference in New Issue
Block a user