Home

Prowriter is a GitHub API client written in TypeScript, designed to simplify the process of integrating third-party services into your GitHub projects.

Installation

Prowriter is installed via npm by running the command "npm install prowriter" in your project directory.

Once installed, you can import the Prowriter module in your TypeScript files and start using it to interact with GitHub APIs.

Usage

Prowriter provides a simple way to integrate third-party services into your GitHub projects. You can use its API endpoints to perform tasks such as authentication, listing repositories, and creating pull requests.

Configuration

Prowriter configuration is done by setting environment variables in your project. You can set the `.githubToken` variable to obtain a personal access token for authentication.

Alternatively, you can configure Prowriter using the `config.json` file located at the root of your project.

API Endpoints

Prowriter provides several API endpoints that you can use to interact with GitHub APIs. Here are some of the most commonly used endpoints:

GitHub Prowriter Wiki

The GitHub Prowriter Wiki is a comprehensive documentation for all the features and endpoints of Prowriter. You can access it at the following URL:

https://github.com/AsharHabib511/Prowriter/wiki

https://github.com/AsharHabib511/Prowriter/wiki/