12.0.0 • Published 2 years ago

generator-phovea v12.0.0

Weekly downloads
18
License
BSD-3-Clause
Repository
github
Last release
2 years ago

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

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

Commands

CommandDescription
yo phoveaInitialize a new web application, library bundle, web library, server library, or service
yo phovea:appAdd an application or library
yo phovea:add-dependencyAdd an additional plugin or external libraries to the current plugin
yo phovea:cloneDEPRECATED Clone a plugin (by plugin name) and resolve the dependencies
yo phovea:resolveDEPRECATED Clone dependent plugins of the current workspace into the workspace
yo phovea:init-productCreate product files and repos
yo phovea:installAdd an NPM dependency to a plugin in a workspace setup
yo phovea:workspaceCreate a workspace of multiple containing plugins
yo phovea:setup-workspaceClone a product repository as new workspace and resolve dependencies
yo phovea:updateUpdate the current plugin or workspace
yo phovea:prepare-releaseUtility 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.