Skip to content

thabofletcher/stache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stache

stupid simple unopinonated templating.

place a .stache-src directory with all files using the stache engine inside.

stache templates are files that contain ._.

stache will build into the parent directory

for example:

index.html

<!DOCTYPE html>
{{stuff}}
</html>

stuff._.html

<head>
{{more-stuff}}
</head>
<body></body>

more-stuff._.html

<script>alert('hello world');</script>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages