npx quick-starter
- ✨ Manage your templates via configuration files
- ✨ Support cloning templates from locally.
- ✨ Support pulling templates from popular git providers.
- ✨ More
quick-starter [template] [dir] [...options]
- template:
- Template name or a URI describing provider, repository, sub dir, and branch/ref. (See Examples)
- from your config
- dir: A relative or absolute path where to extract the template. By default, it is the current directory.
-d, --dir
: A relative or absolute path where to extract the template, with the highest priority.
-c, --config
: Temporarily configure your template file, but do not modify the default configuration file.
-f, --force
: Clone and overwrite an existing directory.
⚡ npx quick-starter
If you haven't set up your template configuration file yet, we provide a default template configuration
npx quick-starter ./dir/filename ./
npx quick-starter gh:antfu/starter-ts ./
npx quick-starter config set ../filePath
npx quick-starter config edit
After executing the command, it will enter vi editing mode
npx quick-starter config list
MIT License © 2024 Ardanas