generator-test-connector

Yeoman generator for an iModel.js Connector

Usage no npm install needed!

<script type="module">
  import generatorTestConnector from 'https://cdn.skypack.dev/generator-test-connector';
</script>

README

Installation

To run this generator, you can just do:

npm install generator-test-connector
npx yo test-connector <projectDir>

<projectDir> should be the path to an empty directory where your project (source code, etc.) should be created.

This will:

  • Prompt for a name and iModel.js version number
  • Multiple Options for imodeljs-connector-generator

At this point you should be ready to go.

Development of imodeljs-generator-template

First you need to clone the imodeljs-generator repository and have Yeoman installed. To run the local version of imodeljs-generator:

npx yo {path to imodeljs-generator}/app <projectDir>