1.9.0 • Published 3 years ago

generator-cluedin-crawler v1.9.0

Weekly downloads
56
License
-
Repository
github
Last release
3 years ago

generator-cluedin-crawler

This is a Yeoman generator that allows you to stub a Visual Studio solution to create a new crawler for CluedIn.

Installation

Typically Yeoman generators are installed globally, in addition you will require Yeoman itself.

npm install -g yo generator-cluedin-crawler

Usage

Simply go to the folder where you want to create the solution and invoke yo cluedin-crawler.

Subgenerators

In addition to the main generator, there are also two subgenerators available. Beware the subgenerators do not modify the existing *.csproj files. Whatever files the subgenerator creates will need to be included in the projects manually.

windsor-installer

Creates a new installer file in one of the projects. It will ask the name of the class to create and the project it should be created on.

    yo cluedin-crawler:windsor-installer

model

Creates a new set of Model, Vocabulary and ClueProducer taking JSON file as source for the properties. It will prompt for each property and question whether it should be included, what type it is and wether it should be mapped to a common vocabulary.

    yo cluedin-crawler:model SomeJsonFiLe.json

Getting To Know Yeoman

License

© CluedIn

1.9.0

3 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.7.2

5 years ago

1.7.1

6 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago