docker run \
--volume .:/project \
--user $(id -u):$(id -g) \
--interactive --tty --rm \
--pull always \
ghcr.io/phpyh/scaffolder:latest \
--user-name-default "$(git config user.name 2>/dev/null || whoami 2>/dev/null)" \
--user-email-default "$(git config user.email 2>/dev/null)" \
--package-project-default "$(basename $(pwd))"-
Notifications
You must be signed in to change notification settings - Fork 0
License
phpyh/scaffolder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published