Categorygithub.com/drone/go-generate
modulepackage
1.1.0
Repository: https://github.com/drone/go-generate.git
Documentation: pkg.go.dev

# README

Compile and install the binary:

go install github.com/drone/go-generate

Generate pipeline configuration for a local repository:

go-generate /path/to/local/repo

Generate pipeline configuration for a local repository:

go-generate /path/to/local/repo

Generate pipeline configuration for a remote repository:

Go:

go-generate https://github.com/drone/go-scm.git

Node:

go-generate https://github.com/facebook/create-react-app.git 

Rails:

go-generate https://github.com/railstutorial/sample_app_2nd_ed.git

Ruby:

go-generate https://github.com/slim-template/slim.git 

# Packages

Package builder builds a pipeline configuration.
Package chroot implements a chroot virtual file system.
Package cloner provides support for cloning git repositories.