-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manel Eljishi
authored and
Manel Eljishi
committed
Sep 11, 2024
0 parents
commit daefa83
Showing
46 changed files
with
3,816 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Elixir Audit Plugin | ||
|
||
Required tools: | ||
|
||
- This plugin works with mix, a cli with said binary installed is necessary | ||
- Make sure to run ``` mix deps.get ``` before running the plugin | ||
- This tool requires deps.audit library installed so make sure to add it to your mix.exs file | ||
|
||
```shell | ||
{:mix_audit, "~> 2.1"}, | ||
``` | ||
|
||
## Build source | ||
|
||
1. Run npm install in the parent directory to install required dependencies | ||
2. Go to the plugin folder ``` cd plugin-elixir-audit ``` | ||
3. Run ``` npx tsc ``` |
Oops, something went wrong.