Skip to content

Create a powerup from an existing repo

You can also create a powerup from an existing repo’s code instead of starting starting from scratch:

Terminal window
pup create saas-starter \
--capture=all \
--description="Scaffolds a SaaS starter" \
--intent="Saas, Nextjs with tailwind and auth0" \
--variables=theme,projectName,auth0ClientId,auth0Domain,auth0Audience \
--type=single-use
Flag Option Description
capture all Turns all files into powerup templates.
capture workingDir Turns only the current uncommitted git changes into powerup templates.