1.0.2 • Published 1 year ago
quick-starter v1.0.2
Features
- ✨ Manage your templates via configuration files
- ✨ Support cloning templates from locally.
- ✨ Support pulling templates from popular git providers.
- ✨ More
Usage(CLI)
quick-starter [template] [dir] [...options]Arguments
- 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.
Options
-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.
Examples
1. Clone the template from your template configuration file
⚡ npx quick-starterIf you haven't set up your template configuration file yet, we provide a default template configuration
2. Clone the template locally to the specified location
npx quick-starter ./dir/filename ./3. Clone the template remotely to the specified location
npx quick-starter gh:antfu/starter-ts ./4. More Examples
Manage your templates
1. Overwrite default template configuration
npx quick-starter config set ../filePath2. Edit template configuration
npx quick-starter config editAfter executing the command, it will enter vi editing mode
3. View the current template configuration
npx quick-starter config listAlternatives
License
MIT License © 2024 Ardanas