Utilitaire de génération d’arborescence de fichiers à partir de projets “modèles” distants/locaux.
Go to file
wpetit c29a9f6827 Add release task to Makefile 2020-04-07 09:00:03 +02:00
cmd/scaffold Prompt for template variables values based on the available manifest 2020-02-21 14:29:26 +01:00
internal Rename 'new' command to 'from' 2020-04-07 08:44:21 +02:00
misc/script Add release task to Makefile 2020-04-07 09:00:03 +02:00
.gitignore Add release task to Makefile 2020-04-07 09:00:03 +02:00
LICENSE Add licence file 2020-04-07 08:59:50 +02:00
Makefile Add release task to Makefile 2020-04-07 09:00:03 +02:00
README.md Add licence file 2020-04-07 08:59:50 +02:00
go.mod Prompt for template variables values based on the available manifest 2020-02-21 14:29:26 +01:00
go.sum Prompt for template variables values based on the available manifest 2020-02-21 14:29:26 +01:00
modd.conf Initial commit 2020-02-20 08:31:22 +01:00

README.md

Scaffold

/!\ Statut: préalpha

Utilitaire de génération d'arborescence de fichiers à partir de projets "modèles" distants/locaux.

Installation

À partir des sources

go install forge.cadoles.com/wpetit/scaffold/cmd/scaffold

À partir des binaires

TODO

Usage

NAME:
   scaffold - generate/update directory tree from template

USAGE:
   scaffold [global options] command [command options] [arguments...]

COMMANDS:
   from, n  generate a new project from a given template url
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

scaffold from [command options] <URL>

OPTIONS:
   --directory DIR, -d DIR   Set destination to DIR (default: "./")
   --manifest FILE, -m FILE  The scaffold manifest FILE (default: "scaffold.yml")
   --help, -h                show help (default: false)

Licence

GPL-3.0