Skip to content

Personal tool for initiating web content creation

License

Notifications You must be signed in to change notification settings

crossjam/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickstart

PyPI Changelog Tests License

Initialize a directory as a post for Quarto

Installation

Install this tool using pip:

pip install git+https://github.com/crossjam/kickstart

Usage

For help, run:

kickstart --help

You can also use:

python -m quarto_post_init --help

Development

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

About

Personal tool for initiating web content creation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published