touch ./src/Endpoints/$1Endpoint.hs echo "{-# LANGUAGE DataKinds #-} {-# LANGUAGE TypeOperators #-} module Endpoints.$1Endpoint ($1API, handle$1) where import Servant import Data.$1Data type $1API = \"\" :> ... '[JSON] $1 handle$1 :: Handler $1 handle$1 =" > ./src/Endpoints/$1Endpoint.hs echo "Created $1Endpoint.hs"