8000 GitHub - dbellkoff/ska: Simple scaffolding tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dbellkoff/ska

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKA

Go Report Card Build Status codecov

SKA is simple scaffolding tool like yeoman but simpler and like helm templates but for everything.

Templates powered by go template package and has this structure:

.
+--~/.local/share/ska
|  +--your_template
|  |  +--values.toml   // Values for templates
|  |  +--templates     // Actual templates
|  |  |  +--main.go
|  |  |  +--Makefile
|  |  |  ...

Usage

$ ska your_template

$EDITOR will be opened with values.toml copy. After you save and quit templates will be recursively executed and copied to current folder.

Install

$ go install https://github.com/xdefrag/ska

About

Simple scaffolding tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0