generator-workspaces-package
v1.0.0
Published
Yeoman generator for a ProActive Workspaces package project.
Downloads
1
Readme
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