Use pyinstaler to install. If you have not installed pyinstaller, install it by
pip install pyinstaller
Clone this repository by
git clone --recursive https://github.com/anabanted/init_quarto
or just download this repository.
Enter this repository by
cd init_quarto
Then build by
sh build.sh
Copy dist/init_quarto to a directory under PATH (e.g. /usr/bin for Linux).
init_quarto -n PROJECT_NAME
init_quarto
# Quarto Project Name?
> PROJECT_NAME
You can use your favorite template with init_quarto by
init_quarto -t path/to/template
The template should be a qmd(quarto) file or a directory which include 'template.qmd'. Rmd and ipynb files cannot be used.
Default template is quarto-template.