Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
/ apostl Public archive
forked from vkitchen/apostl

A POS Templating Language

License

Notifications You must be signed in to change notification settings

denzuko-archive/apostl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apostl

A Piece Of Shit Templating Language. For when you need more power in your HTML but you don't want to use some hipster bullshit crazy nodeJS library with fifteen gabillion hundred dependencies, half of which were deprecated three years ago but remain unfixed

What?

apostl is just a small program to make it easier to run the one true templating language m4 on your HTML. m4 gives you the power of includes and is turing complete. It was invented for performing text transformations such as this

Why?

I was too lazy to keep rewriting my make file for each prototype. Plus maybe apostl will have some default includes someday

How?

I'm glad you asked. Step right up and get your own discounted apostl right here folks

Make sure you have m4 installed and apostl in your path. Then cd into your project's directory and run apostl. Everything gets built into a build folder. Just delete what you don't want

$ cd project && apostl

Contributing and Issues

apostl has no bugs. It is beautiful as it is. Leave apostl alone ⸮

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.9%
  • HTML 42.1%