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.
This was created with bun
(Installation guide) in mind, but should work with yarn/npm
as well. To install with bun
follow the instructions:
Bun
bun install
Yarn
yarn install
Npm
npm install
Bun
bun dle
Yarn
yarn dle
Npm
npm run dle
The config is generated in dist/
folder. To use in oasis-borrow
just copy the oasis-borrow-development.json
to the main folder.