phovea / generator-phovea

Yeoman Generator for Phovea
https://www.npmjs.com/package/generator-phovea
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link
phovea phovea-dev-tools yeoman

generator-phovea

Phovea NPM version Build Status

helper generator for phovea

Installation

First, install Yeoman and generator-phovea using npm (we assume you have pre-installed node.js).

npm install -g yo generator-phovea

Then generate your new project:

yo phovea

Getting To Know Yeoman

Commands

Command Description
yo phovea Initialize a new web application, library bundle, web library, server library, or service
yo phovea:app Add an application or library
yo phovea:add-dependency Add an additional plugin or external libraries to the current plugin
yo phovea:clone DEPRECATED Clone a plugin (by plugin name) and resolve the dependencies
yo phovea:resolve DEPRECATED Clone dependent plugins of the current workspace into the workspace
yo phovea:init-product Create product files and repos
yo phovea:install Add an NPM dependency to a plugin in a workspace setup
yo phovea:workspace Create a workspace of multiple containing plugins
yo phovea:setup-workspace Clone a product repository as new workspace and resolve dependencies
yo phovea:update Update the current plugin or workspace
yo phovea:prepare-release Utility to release a set of plugins

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.