Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.11 KB

oazo-configuration

Creates a configuration file for Summer.fi front end (and other) projects. This is a simple CLI tool that creates a configuration file for the project. The end result is a JSON file that contains the configuration for the project.

Installation and creating a config

This was created with bun (Installation guide) in mind, but should work with yarn/npm as well. To install with bun follow the instructions:

Install dependencies:

Bun
bun install
Yarn
yarn install
Npm
npm install

Create configs:

Bun
bun dle
Yarn
yarn dle
Npm
npm run dle

Output

The config is generated in dist/ folder. To use in oasis-borrow just copy the oasis-borrow-development.json to the main folder.