generator-workspaces-package

1.0.0 • Public • Published

generator-workspaces-package

Yeoman generator for a ProActive IntraActive Workspaces deployment package

Prerequisites

node.js (for installing npm)

  • go to https://nodejs.org/en/ and download LTS installer
  • run install wizard npm (for installing generator)
  • start a new cmd or PowerShell (run as Administrator)
  • type: npm install npm -g Yeoman (for generating a new scaffolding project)
  • start a new cmd or PowerShell (run as Administrator)
  • type: npm install yo -g

Installation

You can install as a global generator using npm:

npm install generator-workspaces-package -g

Usage

Create a folder named after the project you want to create, e.g. Workspaces-YourPackage. Inside that folder, run (notice that generator- must be omitted!):

yo workspaces-package

You will be asked to enter:

  • Package name (Defaults to foldername after -)
  • Description of Package (My cool package that changes the world as we know it.)
  • Project customer (ProActive or other customer)
  • Set folder where solution will be created (Only root is available)

This command will create a VS Code solution with with the project for generating the NuGet Package

Package Sidebar

Install

npm i generator-workspaces-package

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.66 kB

Total Files

15

Last publish

Collaborators

  • nordtorp