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

Generator for scaffolding new PlanQK services

License

Notifications You must be signed in to change notification settings

PlanQK/yo-generator-planqk-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f8be44 · May 13, 2022

History

45 Commits
Jan 25, 2022
May 13, 2022
Aug 18, 2021
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
May 13, 2022
May 13, 2022

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 planqk-service to test your changes.

To revert the link operation, use npm unlink.

License

Apache-2.0 | Copyright 2021-2022 StoneOne AG