Show / Hide Table of Contents

    Installation

    This assumes you have dotnet installed

    We recommend using Nuget. Current version:

    $ dotnet add package Mpesa.Net --version {current version}
    

    That should be it ! Lets get writing code

    Development

    This section is for those who want to hack this library. Ideally you should be ok.

    Lets Hack! Lolz

    To get started with development, just clone this repo:

    $ git clone https://github.com/geofmureithi/Mpesa.Net
    $ cd Mpesa.Net
    $ dotnet test //Run Tests
    

    For Documentation generation you will need DocFX

    Contributing

    1. Fork it (https://github.com/geofmureithi/Mpesa.Net/fork)
    2. Create your feature branch (git checkout -b feature/fooBar)
    3. Commit your changes (git commit -am 'Add some fooBar')
    4. Push to the branch (git push origin feature/fooBar)
    5. Create a new Pull Request

    Now head to Getting Started

    Back to top Powered by DocFX | Copyright Geoffrey Mureithi