Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 843 Bytes

CZ.PowerShell.NetworkTools

Some tools to debug and analysis your network.

Usage

For the usage documentation see in the docs folder.

Currently you must download the module manual, by downloading everything from the src folder and run: Import-Module CZ.PowerShell.NetworkTools.psd1;

Contribute

To contribute to this project do the following:

  1. Write a comment on an issue that you start working on it
    • if no issue exist create a new one
  2. Fork the repo
  3. Create a new branch in your fork for this issue
  4. Start implementing your changes
  5. Open a pull request to this repo (target branch master)
  6. Wait for feedback and repeat step 4 and 6
  7. Merge your pull request if all checks are green

License

This project is licensed under the MIT License - see the LICENSE file for details.