Skip to content

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

Notifications You must be signed in to change notification settings

OasisDEX/oazo-configuration

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published