So recently I have been looking for ways to improve my workflow in elixir and I saw all the commands I need to run to setup a project and I watch elixir conference video and saw a developer talk about security and that make to start thinking of project I work with have security policies put in place for the codebase. If I can run a tool to setup and check the vulnerability and everything about the project.
This led me to create a script that does auto setup and check my elixir and nodejs project
Please currently I am need of beta testers to help me test the project and provide feedback.
It automatically detects your project type (Elixir, Node.js, etc.) and runs a series of environment, dependency, and config checks before you push or deploy
You can install it easily using:
curl -fsSL https://raw.githubusercontent.com/bennydreamtech23/precheck/master/install.sh | bash
Then simply run:
precheck
Precheck is currently in private beta, so we’re inviting early testers to try it out and give feedback before the public launch.
Your input is appreciated and help us understand how it works and other developers viewpoint on it
Please provide your feedback over here:




















