0.18.0 • Published 4 years ago

generator-intraactive v0.18.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

generator-intraactive

Yeoman generator for a ProActive IntraActive project.

Prerequisites

node.js (for installing npm)

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

Installation (master branch - released code)

You can install via npm:

npm install -g generator-intraactive

Installation (dev, bug og feature branch)

Navigate to folder where generator-intraactive is located and run the command

npm link

Usage

Create a folder named after the project you want to create, e.g. SharePoint.TestModule. Inside that folder, run:

yo intraactive
yo intraactive:theme
yo intraactive:theme-v2
yo intraactive:moduleparts
yo intraactive:pagelayouts
yo intraactive:searchtemplates
yo intraactive:birthdayview
yo intraactive:accordionview
yo intraactive:notificationview

You will be asked to enter:

  • the project name (by default it is the folder name you're in)
  • a description in english
  • a description in danish
  • the company prefix
  • which folder you want the solution created in

This command will create a IntraActive ModulePart skeleton with:

  • code of a sample ModulePart (with editor)
  • setup for generating the NuGet Package (with resources and webpart file)
  • setup for generating the NuGet Package for sample content (adding webpart to front page)
0.18.0

4 years ago

0.14.0

4 years ago

0.15.0

4 years ago

0.16.0

4 years ago

0.17.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.2

6 years ago

0.7.0

6 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago