Guides
Getting Started with Github
If you have never used GitHub or git, this guide will help you to get started. We explain how to create a GitHub repository, how to download a GitHub repository locally and how to publish your work and make changes to it.
Publishing a Typescript module to NPM
This guide aims at summarizing all aspects of publishing a Typescript module to NPM in a concise step-by-step manner while providing enough context to understand while certain things are done in one or another way. If you have never published a Typescriptript module, this guide will help you.