ves-cli

2.0.2 • Public • Published

ves-cli

NPM version build status Test coverage David deps Known Vulnerabilities npm download

A Powerful Cross-platform Ves Node Framework CLI Tool.

Installation

$ npm install -g ves-cli

Node.js >= 8.0.0 required.

Features

  • ✔︎ Ves Application Development, such as ves dev, ves start, ves debug, ves test
  • ✔︎ Build with Webpack + TypeScript, such as ves build, ves build --speed, ves build --size
  • ✔︎ Common Development Commands, such as ves open, ves kill, ves server

QuickStart

  • Init Application
$ ves init
  • Development mode startup Application
$ ves dev
  • Publish mode startup Application
$ ves build
$ ves start
  • Webpack build size analysis
$ ves build --size
  • TypeScript build
$ ves tsc

Examples

See ves-amdin

Links

License

MIT

Package Sidebar

Install

npm i ves-cli

Weekly Downloads

1

Version

2.0.2

License

MIT

Unpacked Size

13.1 kB

Total Files

15

Last publish

Collaborators

  • hubcarl