0.7.1 • Published 6 years ago

generator-biztalkpipelinecomponent v0.7.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-biztalkpipelinecomponent NPM version Dependency Status

Generator for BizTalk PipelineComponents

A hughe part of the work involved in creating a pipeline component is setting upp boiler plate code. This generator aims to relieve you of that.

This generator generates this project structure:

<pipelinecomponentname>.sln
│   .gitignore
│   nuget.config    
│   .gitattributes
│
└───Src
│   |
│   └───<pipelinecomponentname>.csproj
│       |   <componentname>.cs
│       |   <componentname>.component.cs
|       |   <componentname>.nuspec
│       |   <packages>.config
│       │
│       └───BizTalkComponents.Utils
│   
└───Tests
│    |
│    └───UnitTests
|       |
│       └───UnitTests.csproj
└───Build
    │   
    └───<pipelinecomponentname>.proj

Compatability

Works with:

  • BizTalk Server 2013
  • BizTalk Server 2013R2
  • BizTalk Server 2016

Installation

First, install node.js and npm (we assume you are running Windows since this is a BizTalk generator). Install Yeoman and generator-biztalk using npm. Then in PowerShell run:

npm install -g yo
npm install -g generator-biztalkpipelinecomponent

Then generate your new project:

yo biztalkpipelinecomponent

License

MIT © Robin Hultman

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

7 years ago

0.5.9

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

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