Skip to content

Commit 4df6358

Browse files
authored
Merge pull request #85 from dacharyc/add-audit-cli
Add Go CLI for auditing docs source files on the local filesystem
2 parents 6420aff + a4af8a7 commit 4df6358

File tree

105 files changed

+7448
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7448
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ corpus.
1111
database in Atlas.
1212
- `dodec`, or the Database of Devoured Example Code: a query tool that lets us find code examples and related
1313
metadata in the database for reporting or to perform manual updates.
14+
- `audit-cli`: A Go CLI project to help us audit docs content from files on the local filesystem.
1415
- `examples-copier`: a Go app that runs as a GitHub App and copies files from the
1516
source code repo (generated code examples) to multiple target repos and branches.
1617
- `github-check-releases`: a Node.js script that gets the latest release versions

audit-cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
audit-cli

0 commit comments

Comments
 (0)