Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

protosam/vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vision

A template parser for web design to be easily updated without need to know more than basic HTML.

Steps to setup

Make sure the GOPATH is setup

echo $GOPATH

If it is not, refer to this documentation: https://golang.org/doc/code.html

Now we will need to put our package in it's place for reference.

mkdir -p $GOPATH/src/github.com/protosam
cd $_
git clone https://github.com/protosam/vision.git

Test it out:

cd vision/example
go run example.go

You can use the example.go code to begin your boiler place. Vision is extremely simple. The entire point is to completely separate your HTML from the code so that templates can be easily made by non-programmers.

About

A template parser for web design to be easily updated without need to know more than basic HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published