akos-cli

0.1.3 • Public • Published

Akos

Akos CLI

NPM Version Dependencies NPM Download

Install

npm install -g akos

Quick Start

Commands

  • akos help: Show help of all commands

  • akos -V, --version: Show the version of current CLI

  • akos init <project-name>: Initalize a akos project

  • akos start: Start server

    • -b, --open-browser: Open browser when start server
    • -B, --build: Build files in the beginning
    • -p, --port <port>: Web Server Port
  • akos dev: Start server with webpack dev middleware

    • -b, --open-browser: Open browser when start server
    • -p, --port <port>: WebpackDevServer port in dev mode

Configuration

{
    type: '',                       // Project type
    root: '',                       // Project root
    port: 8000,                     // Server port
    entry: '',                      // Server start entry
    controller: '',                 // Controller path
    routes: '',                     // Routes path
};

Readme

Keywords

Package Sidebar

Install

npm i akos-cli

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

11.2 kB

Total Files

13

Last publish

Collaborators

  • rainfore