Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

veams-cli

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veams-cli

Veams command line interface

  • 1.6.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-44.44%
Maintainers
3
Weekly downloads
 
Created
Source



NPM version Gitter Chat

The command line interface for Veams.
Visit the Veams website.

Documentation

Veams-cli gives you the possibility to

  • install Veams-JS
  • install Veams-Components (all or single components)
  • install custom components (based on Veams-Component blueprints)
  • install template helpers
  • install grunt modules
  • scaffold a new project
  • scaffold a new component from scratch

Installation

Install veams-cli via: npm install -g veams-cli.

Usage

Here you can find help instructions how you can use veams-cli:

veams command [arguments]

CommandShortcutDescription
add-aAdd a component or block to your project (@see Command: add)
help-hShow the help.
install-iInstall extensions (@see Command: install).
new-nCreate something new (@see Command: new)
update-uUpdate veams-cli and all packages
version-vShow VEAMS version

Command: new

ArgumentsShortcutDescriptionExample
blueprint [name]bpCreate a new blueprint from scratch.veams new blueprint accordion
projectpCreate a new project from scratch.veams new project

Command: add

ArgumentsShortcutDescriptionExample
block [name]bAdd a block to your projectveams add block navigation
component [name]cAdd a component to your projectveams add component slider
custom [name] [folder]cuAdd a custom type to your projectveams add custom myFolder
utility [name]uAdd an utility to your projectveams add utility grid-col

Command: install

ArgumentsShortcutDescriptionExample
blueprint [path] [type]bpInstall a blueprint based on Veams.veams install blueprint C:\blueprint\slider component
bower-component [registryName] [name] [type]bcInstall a bower-component based on Veams.veams install bower-component custom-slider slider component (--S)
grunt-modulegmInstall a specific grunt module.veams install grunt-module
veams-block [name]vbInstall a specific veams-block.veams install veams-block overlay (--S)
veams-component [name]vcInstall a specific veams-component.veams install veams-component slider (--S)
veams-utility [name]vuInstall a specific veams-utility.veams install veams-utility grid (--S)

FAQs

Package last updated on 26 Feb 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc