Skip to content

emirsassan/teco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal config language

Resources

Stars

Watchers

Forks