all repos — py-vite @ f2cdcd832fb8f65f5e093fc0bd3863e812694788

the original vite, written in python

Update docs

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Nov 2019 23:16:11 +0530
commit

f2cdcd832fb8f65f5e093fc0bd3863e812694788

parent

9208ffaed60e7b191a34f76f28aa586e62c225ec

2 files changed, 7 insertions(+), 6 deletions(-)

jump to
M README.mdREADME.md

@@ -5,8 +5,11 @@ Installation

------------ ```console -$ pip install vite +$ pip install git+https://github.com/icyphox/vite ``` +Note: the PyPI version is out of date, and likely won't be updated. +I can't be bothered. + Usage -----
M vite/vite.pyvite/vite.py

@@ -1,8 +1,6 @@

-""" -Vite - A simple and minimal static site generator that JustWorks™ -Author: Anirudh <icyph0x@pm.me> -License: MIT -""" +# vite - a simple and minimal static site generator, that JustWorks™ +# Copyright (c) 2019 Anirudh Oppiliappan <x@icyphox.sh> +# Licensed under the MIT license import sys import pathlib