Download versioned template assets for slug init #127
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Make installed
slug initwork outside the Slugkit repository by downloading a versioned site template asset from the internet instead of requiringtemplate/siteto exist locally.Requirements
template/siteas a versioned template tarball asset, for exampleslugkit-site-template-v<version>.tgz.v<version>.slug initso the installed CLI can fetch and extract the template from the matching versioned release asset by default.mainas the default template source.template/sitepresent.--template-urland/or--template-dir.Acceptance criteria
slug init ./site --name site --site-title "Site"works whenslugis installed from npm and no repo-localtemplate/siteis available.template/sitewithout network access.Dependencies
Synced from todu comment by @todu on 2026-06-08T00:11:53.473Z
Completed
slug initand preserves repo-local template initialization.slugkit-site-template-v<version>.tgz.slug init --help,--template-url, and--template-dir.#176green), independent review approval, and./scripts/pre-pr.shpassing before merge.Synced from todu comment by @todu on 2026-06-08T00:08:14.378Z
Review update