Gathering detailed insights and metrics for @autorest/gotest
Gathering detailed insights and metrics for @autorest/gotest
Gathering detailed insights and metrics for @autorest/gotest
Gathering detailed insights and metrics for @autorest/gotest
npm install @autorest/gotest
Typescript
Module System
Node Version
NPM Version
azsdk_1.0.0-dev.20250716.1
Updated on Jul 16, 2025
Azure.ClientSdk.Analyzers_0.1.1-dev.20250715.1
Updated on Jul 15, 2025
azsdk_1.0.0-dev.20250715.1
Updated on Jul 15, 2025
azsdk_1.0.0-dev.20250714.2
Updated on Jul 14, 2025
azsdk_1.0.0-dev.20250714.1
Updated on Jul 14, 2025
Azure.ClientSdk.Analyzers_0.1.1-dev.20250714.1
Updated on Jul 14, 2025
C# (44.64%)
TypeScript (18.05%)
Python (14.26%)
PowerShell (8.98%)
Java (3.3%)
HTML (2.54%)
C++ (2.2%)
Swift (1.59%)
TypeSpec (1.08%)
Go (0.82%)
SCSS (0.82%)
Bicep (0.69%)
JavaScript (0.4%)
CMake (0.23%)
Smarty (0.14%)
Shell (0.09%)
CSS (0.05%)
Dockerfile (0.04%)
Rust (0.03%)
Batchfile (0.02%)
Handlebars (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
120 Stars
5,169 Commits
203 Forks
382 Watchers
229 Branches
2,787 Contributors
Updated on Jul 17, 2025
Latest Version
4.7.5
Package Id
@autorest/gotest@4.7.5
Unpacked Size
480.17 kB
Size
63.70 kB
File Count
83
NPM Version
10.8.2
Node Version
20.19.2
Published on
Jul 01, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
15
Generate *.md config files in Azure REST API specification:
https://github.com/Azure/azure-rest-api-specs
autorest --version=3.9.7 --use=@autorest/go@latest --use=@autorest/gotest@latest --go --track2 --output-folder=<RP package path> --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample <RP config md file path>
Below are options can be used for autorest.gotest
Generate GO SDK code along with test and examples.
Generate modeler files in [output-foler]/__debuger for debug purpose.
Generate mock test.
Generate SDK usage examples.
Generate scenario test.
Generate SDK sample code.
File prefix for auto-generated examples.
File prefix for auto-generated tests.
Whether skip lint go file after generation.
Whether client factory constructor gather all params or common params.
1clear-output-folder: false 2 3include-x-ms-examples-original-file: true 4modelerfour: 5 include-x-ms-examples-original-file: true 6 7testmodeler: 8 scenario: 9 codemodel-restcall-only: false 10 11version: 3.9.7 12 13use-extension: 14 '@autorest/go': '4.0.0-preview.63' 15 '@autorest/testmodeler': '2.5.2' 16 17pipeline: 18 go-transform-m4: 19 input: 20 - go 21 test-modeler: 22 input: 23 - go-transform-m4 24 output-artifact: source-file-test-modeler 25 testmodeler/emitter: 26 input: 27 - test-modeler 28 scope: scope-testmodeler/emitter 29 go-tester: 30 input: test-modeler 31 output-artifact: source-file-go-tester 32 gotest/emitter: 33 input: 34 - go-tester 35 scope: scope-gotest/emitter 36 go-linter: 37 input: 38 - go-tester 39 - gotest/emitter 40 41scope-testmodeler/emitter: 42 input-artifact: 43 - source-file-test-modeler 44 output-uri-expr: $key 45 46scope-gotest/emitter: 47 input-artifact: 48 - source-file-go-tester 49 output-uri-expr: $key
1pipeline: 2 go/emitter: 3 scope: scope-gotest/emitter
1testmodeler: 2 export-codemodel: true
No vulnerabilities found.
Reason
30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 23/26 approved changesets -- score normalized to 8
Reason
branch protection is not maximal on development and all release branches
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
41 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More