DEV Community

Tymur Levtsun
Tymur Levtsun

Posted on

Another week, another feature for SSG

Overview

Hi, this week I was working on the agg-SSG (https://github.com/anshul137/ag-ssg). It is written with the javascript and was pretty easy to install and use, since it has pretty good documentation.

Task

This week the task was to integrate the configuration feature. This feature allows user to run tool with certain json config, which stores different key-values such as output (that describes the output folder), input (that contains the input file/folder) and lang (that has the lang that will be used in html output).

Implementation

The implementation wasn't difficult. I created the issue, made sure author is okay if I work on it and started making my solution. The repo's code was written in pretty good way so it wasn't difficult to add my functionality. When I was done I created the PR.

Summary

Because of how well was written documentation and code itself it wasn't difficult to complete this task. I appriciate Anshul for letting me work on his repo and being responsive all the time.

Top comments (0)