scv

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2020 License: MIT Imports: 6 Imported by: 0

README

scv

Generate scaffold project layout for Go.

https://github.com/golang-standards/project-layout

Installation

Download scv by using:

$ go get -u github.com/gloomyzerg/scv

Create a new project

$ scv [projectName]

Examples

$ scv example
? Choose a mode:  [Use arrows to move, type to filter]
  min
  std 
> full

? Choose a mode: full
generate success!

$ tree
.
└── example
    ├── api
    ├── assets
    ├── build
    │   ├── ci
    │   └── package
    ├── cmd
    ├── configs
    ├── deployments
    ├── docs
    ├── examples
    ├── githooks
    ├── init
    ├── internal
    │   ├── app
    │   └── pkg
    ├── pkg
    ├── scripts
    ├── test
    ├── third_party
    ├── tools
    ├── vendor
    ├── web
    │   ├── app
    │   ├── static
    │   └── template
    └── website

27 directories, 0 files

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL