Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.
/ scaffold-command Public archive

A simple, interactive CLI command that allows to scaffold a Snowdrop project, generating a maven project from start.snowdrop.me.

Notifications You must be signed in to change notification settings

snowdrop/scaffold-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is now archived and replaced by snowdrop/kreate (https://github.com/snowdrop/kreate)


Snowdrop scaffold command

  • git clone this project outside of your $GOPATH (since it uses go modules)
  • Build: go build -o scaffold cmd/scaffold.go
  • Run: ./scaffold
  • Enjoy!

Use as kubectl-style plugin for odo

  • Build the kubectl-style-plugins branch of odo
  • git clone this project outside of your $GOPATH (since it uses go modules)
  • Create (if it doesn't already exist) the $HOME/.odo/plugins directory
  • Build: go build -o scaffold.odo.plugin cmd/scaffold.go
  • Move the plugin to the odo plugins directory: mv scaffold.odo.plugin ~/.odo/plugins/
  • Run: odo scaffold
  • Enjoy!

About

A simple, interactive CLI command that allows to scaffold a Snowdrop project, generating a maven project from start.snowdrop.me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages