Skip to main content
Version: 0.4.x

👋 Welcome

TypeScript npm

Features

  • Universal: works with any file format
  • Branching: use if/else logic to include/exclude/modify parts of your file
  • Variables: use placeholders in your file and replace them with variables
  • Scripting: execute custom JavaScript code anywhere
  • Portable: works on any platform (Windows, Linux, MacOS, Docker containers etc.)

Use Cases

  • Dynamically modifiy static config files based on user input
  • Replace placeholder with custom eval'd JavaScript on startup
  • Start a supervisor service conditionally using docker run arguments.
  • Use different compile commands based on user's current architecture
  • and many more...
Screenshots