This is a module that provides an easy way to map objects from a template skeleton. It takes in a source object or an array of objects and a skeleton template, and maps the source according to the skeleton. The skeleton is a template that defines the structure of the resulting object. The motivation behind this project is to simplify the process of mapping objects from a source to a target structure. This is particularly useful when dealing with data from different sources that have different structures, or when transforming data for use in different parts of an application. By simplifying the process of mapping objects, the module can save developers time and reduce the likelihood of errors in their code.