1.0.9 • Published 3 years ago

test2-generator-connector v1.0.9

Weekly downloads
22
License
MIT
Repository
-
Last release
3 years ago

Installation

To run this generator, you can just do:

npm init imodeljs-backend <projectDir>

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

This will:

  • Prompt for a name and iModel.js version number
  • Create a generic backend template
  • Run npm install
  • Build the backend (npm run build)

At this point you should be ready to go.

Run the unit tests:

npm run test

Start the backend:

npm run start

Development of imodeljs-backend-template

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

npx yo {path to imodeljs-backend-template}/app <projectDir>
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago