Skip to content

A skeleton project for use with tmedwards/tweego and an example bash alias to compile files

Notifications You must be signed in to change notification settings

rumorsmatrix/tweego-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An example .bash_aliases function for using this skeleton project:

function tweego() {
    mkdir -p path/to/webserver/public/$1
    cp -R path/to/projects/$1/public/. path/to/webserver/public/$1
    path/to/tweego/tweego -o path/to/webserver/public/$1/index.html -m path/to/projects/$1/modules/ path/to/projects/$1/src/*.twee
}

About

A skeleton project for use with tmedwards/tweego and an example bash alias to compile files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published