thepetk / projectman

Github Project Manager is an automation related to Github Projects
Apache License 2.0
3 stars 0 forks source link

Support JSON Configuration #4

Open thepetk opened 1 year ago

thepetk commented 1 year ago

/type task /type epic

Which area/kind this task is related to?

/label config /label library

Issue Description

This EPIC includes all tasks need to be done in order to support a .projectman.json file as the main point of configuration for the projectman automation. The main points of this EPIC would be (1) the investigation of commands inside the json file, (2) the implementation of a simple JSON parser and finally the (3) implementation of the JSON object class which will be the main point of contact between the configuration and each version tooling control platform.

Acceptance Criteria