New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ves-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ves-cli

ves framework cli

latest
Source
npmnpm
Version
2.0.2
Version published
Weekly downloads
16
-20%
Maintainers
1
Weekly downloads
 
Created
Source

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

License

MIT

Keywords

npm

FAQs

Package last updated on 17 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts