all repos — py-vite @ cd6cca8a1954a9cd93ed52792cdbac26f4c919b6

the original vite, written in python

Docs for the new `new`
Anirudh icyph0x@pm.me
Fri, 05 Apr 2019 00:55:17 +0530
commit

cd6cca8a1954a9cd93ed52792cdbac26f4c919b6

parent

5c4e42963e9466364eefcdb25240909e88a77c8b

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -20,9 +20,12 @@ Usage

----- ```console -$ vite new <project-path> +$ vite init path/to/project +$ vite new blog/some-post.md # `pages/` is implied ``` -Write your Markdown files in the `pages` directory and execute: +This creates `pages/blog/some-post.md`. + +And then: ```console $ vite build # in project directory ```

@@ -32,7 +35,6 @@ Finally, run:

```console $ vite serve # also in the project directory ``` -to serve the contents of the `build` directory. Configuration -------------