Skip to content

Commit 95d02e6

Browse files
committed
PS: Add readme with slight modifications from the internal repo.
1 parent 4f8a94b commit 95d02e6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

powershell/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Powershell Extractor
2+
3+
## Directories:
4+
- `extractor`
5+
- Powershell extractor source code
6+
- `ql`
7+
- QL libraries and queries for Powershell (to be written)
8+
- `tools`
9+
- Directory containing files that must be copied to powershell/tools in the directory containing the CodeQL CLI. This will be done automatically by `build.ps1` (see below).
10+
11+
## How to build the Powershell:
12+
- Run `build.ps1 path-to-codeql-cli-folder` where `path-to-codeql-cli-folder` is the path to the folder containing the CodeQL CLI (i.e., `codeql.exe`).

0 commit comments

Comments
 (0)