lazykit.config.json

It is json object that contains the configuration for the lazykit CLI.

1. Introduction

It is used while installing the utility methods in your project to detect the location of the utility methods in your project and it's language.

This configuration object can be stored inside package.json or in a separate file named lazykit.config.json which you can choose while initializing the project.

2. Description

Key

Description

languageThe language of the project.
pathThe path where the utility methods will be stored in your project.
separateIf true, it means the configuration is stored in a separate file called lazykit.config.json.
vThe version of the lazykit CLI.