Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Manel Eljishi authored and Manel Eljishi committed Sep 11, 2024
0 parents commit daefa83
Show file tree
Hide file tree
Showing 46 changed files with 3,816 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
17 changes: 17 additions & 0 deletions README.md
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 ```
Loading

0 comments on commit daefa83

Please sign in to comment.