quickpage-cli

1.1.0 • Public • Published

quickpage

GitHub license PRs Welcome npm version npm downloads

A modern cli for multi page web application powered by vite.js, which is inspired in the situation where some none-framework (or small framework) web pages are needed. We want to manage them in a high efficient way. We want to create it, develop it one by one. Finally, we want to build them on purpose.

Also templates (like svelte, react, preact, vue) are provided to create this tiny and simple multi-page web application.

Usage

  $ quickpage --help

  Usage
    $ quickpage <command> [options]

  Available Commands
    create    create a page in this multi-page project
    dev       local develope a page in this multi-page project
    build     build a page or pages in this multi-page project

  For more info, run any command with the `--help` flag
    $ quickpage create --help
    $ quickpage dev --help

  Options
    -v, --version    Displays current version
    -h, --help       Displays this message

Style Support

  • less
  • sass

Readme

Keywords

none

Package Sidebar

Install

npm i quickpage-cli

Weekly Downloads

7

Version

1.1.0

License

none

Unpacked Size

55.4 kB

Total Files

34

Last publish

Collaborators

  • brandonxiang