tmpltool 1.5.0

A fast and simple command-line template rendering tool using MiniJinja templates with environment variables
Documentation
1
2
3
4
5
6
7
8
9
version: '3.8'

services:
  app:
    image: node:18
    ports:
      - "3000:3000"
    environment:
      - NODE_ENV=development