kashyap2108 / onboarding

Simple team Onboarding script. Check apps are installed and reminds to check auth for services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Onboarding app 🤓

Codacy Badge

Codacy Badge

Screenshot 2019-06-18 at 19 34 10

Screenshot 2019-06-18 at 19 34 24

Installation

You need to install pipenv

pip3 install pipenv
pipenv --python 3.7
pipenv install

Then you can create a config file for your team (YAML) and set it with the ONBOARDING_FILE_PATH envvar.

By default it loads our config file 😁, You can use it as example.

Running from terminal

pipenv run python cli.py

Running from VS Code

You can open the VS Code, go to the Debug Tab and click the play button to run the script ✨.

Run the tests

You can run the tests using pytest.

pipenv run pytest services/tests/ --cov=. --disable-warnings

About

Simple team Onboarding script. Check apps are installed and reminds to check auth for services.

License:MIT License


Languages

Language:Python 100.0%