SashaNullptr / windows-dev-tools

How to be a dev in a Microsoft world.

Home Page:https://sashanullptr.github.io/windows-dev-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows For Unix Expats

Build Status

Who Is This Guide For?

Unix developers making the transition into Windows development.

Things You'll Need

  • MkDocs
  • Cinder Theme for MkDocs

Assuming you have Chocolatey installed, the following PowerShell script should install all required pre-requistes.

choco install -y python3
choco install -y mkdocs
python -m pip install mkdocs-cinder

You may also need to add the C:\Python37\Scripts folder to the PATH in order for MkDocs to be usable from the command line.

env:Path = "C:\Python37\Scripts";

Building Docs and Pushing to GitHub

MkDocs supports building docs and updating GitHub pages fairly easily. Simply run mkdocs gh-deploy -r $REMOTE_BRANCH_NAME -b $LOCAL_BRANCH_NAME and documentation will be built and uploaded to the gh-pages branch for this project.

About

How to be a dev in a Microsoft world.

https://sashanullptr.github.io/windows-dev-tools

License:MIT License