Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

PlanQK/yo-generator-planqk-service

Repository files navigation

generator-planqk-service

Generator for scaffolding new PlanQK services

Installation

First, install Yeoman and the generator-planqk-service plugin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g @stoneone/generator-planqk-service

Then generate your new PlanQK service:

yo @stoneone/planqk-service <name>

Development

Clone the repository and install its dependencies:

git clone https://github.com/PlanQK/yo-generator-planqk-service
cd yo-generator-planqk-service 
npm install

By using npm link, a global npm module is created and symlinked to you local copy. Afterwards, you'll be able to call yo @stoneone/planqk-service <name> to test your changes.

To revert the link operation, use npm unlink.

License

Apache-2.0 | Copyright 2021-2022 StoneOne AG