1.0.2 • Published 7 months ago

vandget-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

vanget-cli

CLI for the vandget framework

    $npm install vandget -g

Guide

run the below to bootstrap a new project:

    $npm vn --new [name-of-project]

(you can add the --ts flag to the end to create a TypeScript project).

After doing the above run the command below in your terminal to install the dependencies:

    $npm install

to create a new component run:

    $npm vn --comp [name-of-component]

(you can add the --ts flag to the end to create a TypeScript component).

to create a new component run:

    $npm vn --page [name-of-page]

(you can add the --ts flag to the end to create a TypeScript page).

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago