teco
v1.0.0
Published
Teco is a minimal config system for Bun applications.
Readme
teco
Teco is a minimal config system for Bun applications.
Usage
To start using teco you should need a config file lets create a file called config.teco btw you can use universally any file extension you want (yes even an .exe)
# Comments!!
secrets {
key: "hello world"
}Todos
- [ ] Add support for objects in arrays
- [ ] VSCode syntax highlight
- [ ] Libraries for other languages
