Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/u-mulder/webskel

Simple tool to create initial files for GO web-app
https://github.com/u-mulder/webskel

cli golang webapp

Last synced: 10 days ago
JSON representation

Simple tool to create initial files for GO web-app

Awesome Lists containing this project

README

        

# webskel
Simple tool to create skeleton (initial files) for Go web-app.

### Usage
1. Clone repo
2. Build `main.go`
4. Rename executable to `webskel` (or whatever) and move it to any folder of your `$PATH`
5. Use `> webskel`
6. PROFIT!

### Created instances

1. `main.go` file with some code samples.
2. `public\assets` folder with subfolders: `css`, `images`, `js`, `tpls`.
3. Index template `index.tpl` in `public\assets\tpls` folder.