From ed8016e43cf0ff1cf878ec9447fbf3a3c5970d60 Mon Sep 17 00:00:00 2001 From: aayushRedHat Date: Wed, 20 Dec 2023 17:35:41 +0530 Subject: [PATCH] update doc --- docs/installing-privateTemplate.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installing-privateTemplate.md b/docs/installing-privateTemplate.md index 1cccbe11c..3458fc081 100644 --- a/docs/installing-privateTemplate.md +++ b/docs/installing-privateTemplate.md @@ -16,11 +16,15 @@ Installing [verdaccio](https://verdaccio.org/) using below command: ![Screenshot 2023-12-20 at 3.23.17 PM](https://hackmd.io/_uploads/r1votVlDp.png) + + **Step 4:** Publishing a template to the private repository using below command: ``` npm publish --registry ``` +![image](https://hackmd.io/_uploads/SyD_OLeD6.png) + **Step 5:** Fetching the template from the generator using an example. @@ -29,4 +33,6 @@ const Generator = require('../lib/generator'); const gen = new Generator('@asyncapi/nodejs-template','asycnapi.yml', __dirname, {debug: true, registry: {url: 'http://localhost:4873/', username: 'aayush', password: '123'}}); gen.installTemplate() ``` -You will get complete template information +You will get complete template information. + +![image](https://hackmd.io/_uploads/BkVNOLxvT.png)