Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.01 KB

strap

A skeleton go web server with embedded bootstrap and font awesome!

why

I seem to be making a few of these lately and I thought, why not make a template.

what

What's in the box?

how

  1. Sort yourself out a new, empty repository somewhere, let's say I've created github.com/dedelala/my-cool-project
  2. git clone https://github.com/dedelala/strap.git my-cool-project
  3. cd my-cool-project
  4. ./init.sh github.com/dedelala/my-cool-project

The script assumes you push git over ssh and probably only works with github or gitlab. Otherwise, you're on your own.