Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/u-mulder/webskel
- Owner: u-mulder
- Created: 2017-06-20T10:00:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T08:31:50.000Z (over 7 years ago)
- Last Synced: 2024-11-08T09:48:22.715Z (2 months ago)
- Topics: cli, golang, webapp
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.