Sha256: 1fd1fc6ca0ef66a0f695934d450e1b77671fa40e738126c8e4e571a2ae0251bb
Contents?: true
Size: 397 Bytes
Versions: 35
Compression:
Stored size: 397 Bytes
Contents
var path = require('path'); var TSGenerator = require('./lib/ts-generator'); var tsGenerator = new TSGenerator({ SdkRootDirectory: path.join(__dirname, '..') }); tsGenerator.generateAllClientTypings(); tsGenerator.generateGroupedClients(); tsGenerator.updateDynamoDBDocumentClient(); tsGenerator.generateConfigurationServicePlaceholders(); console.log('TypeScript Definitions created.');
Version data entries
35 entries across 35 versions & 1 rubygems