OasisDEX / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:Apache License 2.0


Languages

Language:TypeScript 100.0%