Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stoneone/generator-planqk-service

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoneone/generator-planqk-service

Generator for scaffolding new PlanQK services

  • 1.16.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 29 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc