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

veams-cli

Package Overview
Dependencies
Maintainers
1
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.1.1
  • Source
  • npm
  • Socket score

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

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 Veams-Sass
  • 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:

CommandDescription
helpShow the help.
installInstall extensions (@see Command: install).
newCreate something new (@see Command: new)
addAdd a component or block to your project (@see Command: add)
updateUpdate veams-cli and all packages

Command: new

ArgumentsDescriptionExample
blueprintCreate a new blueprint from scratch.veams new blueprint
projectCreate a new project from scratch.veams new project

Command: add

ArgumentsDescriptionExample
component [name]Add a component to your projectveams add component slider
block [name]Create a new project from scratch.veams add block navigation

Command: install

ArgumentsDescriptionExample
blueprint [path] [type]Install a blueprint based on Veams.veams install blueprint C:\blueprint\slider component
grunt-moduleInstall a specific grunt module.veams install grunt-module
template-helperInstall custom template helpers.veams install template-helper
veams-componentsInstall all veams-components.veams install veams-components (--S)
veams-component [name]Install a specific veams-component.veams install veams-component slider (--S)
veams-jsInstall veams-js.veams install veams-js (--S)

FAQs

Package last updated on 10 Feb 2016

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