Initialize a directory as a post for Quarto
Install this tool using pip
:
pip install git+https://github.com/crossjam/kickstart
For help, run:
kickstart --help
You can also use:
python -m quarto_post_init --help
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd kickstart p
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest