@eventcatalog/create-eventcatalog 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -22466,7 +22466,7 @@ var import_os2 = __toESM(require("os"));
22466
22466
  var package_default = {
22467
22467
  name: "@eventcatalog/create-eventcatalog",
22468
22468
  description: "Create EventCatalog with one command",
22469
- version: "2.2.2",
22469
+ version: "2.2.3",
22470
22470
  bin: {
22471
22471
  "create-catalog": "./dist/index.js"
22472
22472
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eventcatalog/create-eventcatalog",
3
3
  "description": "Create EventCatalog with one command",
4
- "version": "2.2.2",
4
+ "version": "2.2.3",
5
5
  "bin": {
6
6
  "create-catalog": "./dist/index.js"
7
7
  },
@@ -25,7 +25,7 @@ export default {
25
25
  '@eventcatalog/generator-asyncapi',
26
26
  {
27
27
  services: [
28
- { path: path.join(__dirname, 'asyncapi-files', 'orders-service.yml'), id: 'Orders Service' },
28
+ { path: path.join(__dirname, 'asyncapi-files', 'orders-service.yml'), owners: ['order-management'], id: 'Orders Service' },
29
29
  ],
30
30
  domain: { id: 'orders', name: 'Orders', version: '0.0.1' },
31
31
  },
@@ -34,7 +34,7 @@ export default {
34
34
  '@eventcatalog/generator-asyncapi',
35
35
  {
36
36
  services: [
37
- { path: path.join(__dirname, 'asyncapi-files', 'payment-service.yml'), id: 'Payment Service' },
37
+ { path: path.join(__dirname, 'asyncapi-files', 'payment-service.yml'), owners: ['order-management'], id: 'Payment Service' },
38
38
  ],
39
39
  domain: { id: 'payment', name: 'Payment', version: '0.0.1' },
40
40
  },
@@ -43,7 +43,7 @@ export default {
43
43
  '@eventcatalog/generator-asyncapi',
44
44
  {
45
45
  services: [
46
- { path: path.join(__dirname, 'asyncapi-files', 'user-service.yml'), id: 'User Service' },
46
+ { path: path.join(__dirname, 'asyncapi-files', 'user-service.yml'), owners: ['user-management'], id: 'User Service' },
47
47
  ],
48
48
  domain: { id: 'user-domain', name: 'User Domain', version: '0.0.1' },
49
49
  debug: true
@@ -0,0 +1,31 @@
1
+ ---
2
+ id: order-management
3
+ name: Order Management
4
+ summmary: Order Management team based in London, UK
5
+ members:
6
+ - dboyne
7
+ - asmith
8
+ - msmith
9
+ - alee
10
+ - azhang
11
+ email: test@test.com
12
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/boyney123
13
+ ---
14
+
15
+ ## Overview
16
+
17
+ The Order Management team is responsible for managing orders, inventory, shipment and payment.
18
+
19
+ ## Responsibilities
20
+
21
+ - Manage orders and order processing
22
+ - Manage inventory and inventory processing
23
+ - Manage shipment and shipment processing
24
+ - Manage payment and payment processing
25
+ - Manage user and user processing
26
+
27
+ ## Key Contacts
28
+
29
+ - David Boyne
30
+ - Alice Smith
31
+ - Mike Smith
@@ -0,0 +1,18 @@
1
+ ---
2
+ id: user-management
3
+ name: User Management
4
+ members:
5
+ - dboyne
6
+ - jbrown
7
+ - dkim
8
+ ---
9
+
10
+ The user management team is responsible for managing users and user accounts.
11
+
12
+ ## Responsibilities
13
+
14
+ - Manage user and user account management
15
+ - Manage user and user account provisioning
16
+ - Manage user and user account deprovisioning
17
+ - Manage user and user account password management
18
+ - Manage user and user account role management
@@ -0,0 +1,27 @@
1
+ ---
2
+ id: asmith
3
+ name: Amy Smith
4
+ avatarUrl: https://randomuser.me/api/portraits/women/48.jpg
5
+ role: Product owner
6
+ ---
7
+
8
+ Hello! I'm Amy Smith, the Product Owner of the innovative Full Stackers team. With a strong focus on delivering exceptional value, I specialize in connecting business objectives with technical solutions to create products that users love.
9
+
10
+ ### About Me
11
+
12
+ With a comprehensive background in product management and a solid understanding of software development, I bring a unique perspective to the table. My career has been driven by a passion for understanding user needs, defining clear product visions, and leading teams to successful product deliveries.
13
+
14
+ ### What I Do
15
+
16
+ As the Product Owner for Full Stackers, my role involves a wide range of responsibilities aimed at ensuring our products are both high-quality and user-centric. Key aspects of my role include:
17
+
18
+ - **Product Vision & Strategy**: Defining and communicating the long-term vision and strategy for our products, ensuring alignment with the company's objectives and market demands.
19
+ - **Roadmap Planning**: Developing and maintaining a product roadmap that highlights key features and milestones, prioritizing tasks based on their business value and user feedback.
20
+ - **Stakeholder Management**: Engaging with stakeholders across the organization to gather requirements, provide updates, and ensure everyone is aligned on the product's direction.
21
+ - **User-Centric Design**: Championing the end-users by conducting user research, analyzing feedback, and ensuring our products effectively solve their problems.
22
+ - **Agile Leadership**: Leading the development process using Agile methodologies, facilitating sprint planning, and ensuring the team has clear priorities and objectives.
23
+
24
+ My mission is to deliver products that not only meet but exceed customer expectations. I thrive on the challenge of translating complex requirements into simple, intuitive solutions.
25
+
26
+ If you’re interested in product management, user experience, or discussing the latest trends in technology, feel free to reach out!
27
+
@@ -0,0 +1,8 @@
1
+ ---
2
+ id: alee
3
+ name: Alice Lee
4
+ avatarUrl: https://randomuser.me/api/portraits/women/91.jpg
5
+ role: Technical Writer
6
+ ---
7
+
8
+ As a Technical Writer on the Documentation team, I create clear, comprehensive documentation for our products and APIs. My focus is on making complex technical concepts accessible to developers and end-users alike. I collaborate with engineering teams to ensure our documentation stays current and accurate.
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: azhang
3
+ name: Alice Zhang
4
+ avatarUrl: https://randomuser.me/api/portraits/women/97.jpg
5
+ role: Data Engineer
6
+ email: azhang@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/azhang
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=azhang@company.com
9
+ ---
10
+
11
+ Building and maintaining data pipelines and infrastructure...
@@ -0,0 +1,32 @@
1
+ ---
2
+ id: dboyne
3
+ name: David Boyne
4
+ avatarUrl: "https://pbs.twimg.com/profile_images/1262283153563140096/DYRDqKg6_400x400.png"
5
+ role: Lead developer
6
+ email: test@test.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/boyney123
8
+ ---
9
+
10
+ Hello! I'm David Boyne, the Tech Lead of an amazing team called Full Stackers. With a passion for building robust and scalable systems, I specialize in designing and implementing event-driven architectures that power modern, responsive applications.
11
+
12
+ ### About Me
13
+
14
+ With over a decade of experience in the tech industry, I have honed my skills in full-stack development, cloud computing, and distributed systems. My journey has taken me through various roles, from software engineer to architect, and now as a tech lead, I am committed to driving innovation and excellence within my team.
15
+
16
+ ### What I Do
17
+
18
+ At Full Stackers, we focus on creating seamless and efficient event-driven architectures that enhance the performance and scalability of our applications. My role involves:
19
+
20
+ - **Architecture Design**: Crafting scalable and resilient system architectures using event-driven paradigms.
21
+ - **Team Leadership**: Guiding a talented team of developers, fostering a collaborative and innovative environment.
22
+ - **Code Reviews & Mentorship**: Ensuring code quality and sharing knowledge to help the team grow.
23
+ - **Stakeholder Collaboration**: Working closely with other teams and stakeholders to align our technical solutions with business goals.
24
+ - **Continuous Improvement**: Advocating for best practices in software development, deployment, and monitoring.
25
+
26
+ I am passionate about leveraging the power of events to build systems that are not only highly responsive but also easier to maintain and extend. In an ever-evolving tech landscape, I strive to stay ahead of the curve, continuously learning and adapting to new technologies and methodologies.
27
+
28
+ Feel free to connect with me to discuss all things tech, event-driven architectures, or to exchange ideas on building better software systems!
29
+
30
+ ---
31
+ *David Boyne*
32
+ *Tech Lead, Full Stackers*
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: dkim
3
+ name: David Kim
4
+ avatarUrl: https://randomuser.me/api/portraits/men/96.jpg
5
+ role: Performance Engineer
6
+ email: dkim@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/dkim
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=dkim@company.com
9
+ ---
10
+
11
+ Optimizing application performance and user experience...
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: jbrown
3
+ name: Jessica Brown
4
+ avatarUrl: https://randomuser.me/api/portraits/women/95.jpg
5
+ role: UI/UX Designer
6
+ email: jbrown@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/jbrown
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=jbrown@company.com
9
+ ---
10
+
11
+ Creating intuitive and engaging user interfaces...
@@ -0,0 +1,8 @@
1
+ ---
2
+ id: msmith
3
+ name: Martin Smith
4
+ avatarUrl: "https://randomuser.me/api/portraits/men/51.jpg"
5
+ role: Senior software engineer
6
+ ---
7
+
8
+ As a Senior Mobile Developer on The Mobile Devs team, I play a key role in designing, developing, and maintaining our company’s mobile applications. My focus is on creating a seamless and intuitive user experience for our customers on both iOS and Android platforms. I work closely with cross-functional teams, including backend developers, UX/UI designers, and product managers, to deliver high-quality mobile solutions that meet business objectives and exceed user expectations.
@@ -26,7 +26,7 @@ export default {
26
26
  "@eventcatalog/generator-openapi",
27
27
  {
28
28
  services: [
29
- { path: path.join(__dirname, "openapi-files", "product-api.yml") },
29
+ { path: path.join(__dirname, "openapi-files", "product-api.yml"), id: 'product-service', owners: ['product-management'] },
30
30
  ],
31
31
  domain: { id: "products", name: "Products", version: "0.0.1" },
32
32
  },
@@ -35,8 +35,8 @@ export default {
35
35
  "@eventcatalog/generator-openapi",
36
36
  {
37
37
  services: [
38
- { path: path.join(__dirname, "openapi-files", "order-api.yml"), id: 'order-service' },
39
- { path: path.join(__dirname, "openapi-files", "order-history.yml"), id: 'order-history' },
38
+ { path: path.join(__dirname, "openapi-files", "order-api.yml"), id: 'order-service', owners: ['order-management'] },
39
+ { path: path.join(__dirname, "openapi-files", "order-history.yml"), id: 'order-history', owners: ['order-management'] },
40
40
  ],
41
41
  domain: {
42
42
  id: "order-management",
@@ -49,7 +49,7 @@ export default {
49
49
  "@eventcatalog/generator-openapi",
50
50
  {
51
51
  services: [
52
- { path: path.join(__dirname, "openapi-files", "payment-api.yml"), id: 'payment-service' },
52
+ { path: path.join(__dirname, "openapi-files", "payment-api.yml"), id: 'payment-service', owners: ['payment-management'] },
53
53
  ],
54
54
  domain: { id: "payment", name: "Payment", version: "0.0.1" },
55
55
  },
@@ -0,0 +1,31 @@
1
+ ---
2
+ id: order-management
3
+ name: Order Management
4
+ summmary: Order Management team based in London, UK
5
+ members:
6
+ - dboyne
7
+ - asmith
8
+ - msmith
9
+ - alee
10
+ - azhang
11
+ email: test@test.com
12
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/boyney123
13
+ ---
14
+
15
+ ## Overview
16
+
17
+ The Order Management team is responsible for managing orders, inventory, shipment and payment.
18
+
19
+ ## Responsibilities
20
+
21
+ - Manage orders and order processing
22
+ - Manage inventory and inventory processing
23
+ - Manage shipment and shipment processing
24
+ - Manage payment and payment processing
25
+ - Manage user and user processing
26
+
27
+ ## Key Contacts
28
+
29
+ - David Boyne
30
+ - Alice Smith
31
+ - Mike Smith
@@ -0,0 +1,18 @@
1
+ ---
2
+ id: payment-management
3
+ name: Payment Management
4
+ members:
5
+ - dboyne
6
+ - jbrown
7
+ - dkim
8
+ ---
9
+
10
+ The payment management team is responsible for managing payments and payment accounts.
11
+
12
+ ## Responsibilities
13
+
14
+ - Manage payment and payment account management
15
+ - Manage payment and payment account provisioning
16
+ - Manage payment and payment account deprovisioning
17
+ - Manage user and user account password management
18
+ - Manage user and user account role management
@@ -0,0 +1,18 @@
1
+ ---
2
+ id: product-management
3
+ name: Product Management
4
+ members:
5
+ - dboyne
6
+ - jbrown
7
+ - dkim
8
+ ---
9
+
10
+ The product management team is responsible for managing products and product accounts.
11
+
12
+ ## Responsibilities
13
+
14
+ - Manage product and product account management
15
+ - Manage product and product account provisioning
16
+ - Manage product and product account deprovisioning
17
+ - Manage product and product account password management
18
+ - Manage product and product account role management
@@ -0,0 +1,27 @@
1
+ ---
2
+ id: asmith
3
+ name: Amy Smith
4
+ avatarUrl: https://randomuser.me/api/portraits/women/48.jpg
5
+ role: Product owner
6
+ ---
7
+
8
+ Hello! I'm Amy Smith, the Product Owner of the innovative Full Stackers team. With a strong focus on delivering exceptional value, I specialize in connecting business objectives with technical solutions to create products that users love.
9
+
10
+ ### About Me
11
+
12
+ With a comprehensive background in product management and a solid understanding of software development, I bring a unique perspective to the table. My career has been driven by a passion for understanding user needs, defining clear product visions, and leading teams to successful product deliveries.
13
+
14
+ ### What I Do
15
+
16
+ As the Product Owner for Full Stackers, my role involves a wide range of responsibilities aimed at ensuring our products are both high-quality and user-centric. Key aspects of my role include:
17
+
18
+ - **Product Vision & Strategy**: Defining and communicating the long-term vision and strategy for our products, ensuring alignment with the company's objectives and market demands.
19
+ - **Roadmap Planning**: Developing and maintaining a product roadmap that highlights key features and milestones, prioritizing tasks based on their business value and user feedback.
20
+ - **Stakeholder Management**: Engaging with stakeholders across the organization to gather requirements, provide updates, and ensure everyone is aligned on the product's direction.
21
+ - **User-Centric Design**: Championing the end-users by conducting user research, analyzing feedback, and ensuring our products effectively solve their problems.
22
+ - **Agile Leadership**: Leading the development process using Agile methodologies, facilitating sprint planning, and ensuring the team has clear priorities and objectives.
23
+
24
+ My mission is to deliver products that not only meet but exceed customer expectations. I thrive on the challenge of translating complex requirements into simple, intuitive solutions.
25
+
26
+ If you’re interested in product management, user experience, or discussing the latest trends in technology, feel free to reach out!
27
+
@@ -0,0 +1,8 @@
1
+ ---
2
+ id: alee
3
+ name: Alice Lee
4
+ avatarUrl: https://randomuser.me/api/portraits/women/91.jpg
5
+ role: Technical Writer
6
+ ---
7
+
8
+ As a Technical Writer on the Documentation team, I create clear, comprehensive documentation for our products and APIs. My focus is on making complex technical concepts accessible to developers and end-users alike. I collaborate with engineering teams to ensure our documentation stays current and accurate.
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: azhang
3
+ name: Alice Zhang
4
+ avatarUrl: https://randomuser.me/api/portraits/women/97.jpg
5
+ role: Data Engineer
6
+ email: azhang@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/azhang
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=azhang@company.com
9
+ ---
10
+
11
+ Building and maintaining data pipelines and infrastructure...
@@ -0,0 +1,32 @@
1
+ ---
2
+ id: dboyne
3
+ name: David Boyne
4
+ avatarUrl: "https://pbs.twimg.com/profile_images/1262283153563140096/DYRDqKg6_400x400.png"
5
+ role: Lead developer
6
+ email: test@test.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/boyney123
8
+ ---
9
+
10
+ Hello! I'm David Boyne, the Tech Lead of an amazing team called Full Stackers. With a passion for building robust and scalable systems, I specialize in designing and implementing event-driven architectures that power modern, responsive applications.
11
+
12
+ ### About Me
13
+
14
+ With over a decade of experience in the tech industry, I have honed my skills in full-stack development, cloud computing, and distributed systems. My journey has taken me through various roles, from software engineer to architect, and now as a tech lead, I am committed to driving innovation and excellence within my team.
15
+
16
+ ### What I Do
17
+
18
+ At Full Stackers, we focus on creating seamless and efficient event-driven architectures that enhance the performance and scalability of our applications. My role involves:
19
+
20
+ - **Architecture Design**: Crafting scalable and resilient system architectures using event-driven paradigms.
21
+ - **Team Leadership**: Guiding a talented team of developers, fostering a collaborative and innovative environment.
22
+ - **Code Reviews & Mentorship**: Ensuring code quality and sharing knowledge to help the team grow.
23
+ - **Stakeholder Collaboration**: Working closely with other teams and stakeholders to align our technical solutions with business goals.
24
+ - **Continuous Improvement**: Advocating for best practices in software development, deployment, and monitoring.
25
+
26
+ I am passionate about leveraging the power of events to build systems that are not only highly responsive but also easier to maintain and extend. In an ever-evolving tech landscape, I strive to stay ahead of the curve, continuously learning and adapting to new technologies and methodologies.
27
+
28
+ Feel free to connect with me to discuss all things tech, event-driven architectures, or to exchange ideas on building better software systems!
29
+
30
+ ---
31
+ *David Boyne*
32
+ *Tech Lead, Full Stackers*
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: dkim
3
+ name: David Kim
4
+ avatarUrl: https://randomuser.me/api/portraits/men/96.jpg
5
+ role: Performance Engineer
6
+ email: dkim@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/dkim
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=dkim@company.com
9
+ ---
10
+
11
+ Optimizing application performance and user experience...
@@ -0,0 +1,11 @@
1
+ ---
2
+ id: jbrown
3
+ name: Jessica Brown
4
+ avatarUrl: https://randomuser.me/api/portraits/women/95.jpg
5
+ role: UI/UX Designer
6
+ email: jbrown@company.com
7
+ slackDirectMessageUrl: https://yourteam.slack.com/channels/jbrown
8
+ msTeamsDirectMessageUrl: https://teams.microsoft.com/l/chat/0/0?users=jbrown@company.com
9
+ ---
10
+
11
+ Creating intuitive and engaging user interfaces...
@@ -0,0 +1,8 @@
1
+ ---
2
+ id: msmith
3
+ name: Martin Smith
4
+ avatarUrl: "https://randomuser.me/api/portraits/men/51.jpg"
5
+ role: Senior software engineer
6
+ ---
7
+
8
+ As a Senior Mobile Developer on The Mobile Devs team, I play a key role in designing, developing, and maintaining our company’s mobile applications. My focus is on creating a seamless and intuitive user experience for our customers on both iOS and Android platforms. I work closely with cross-functional teams, including backend developers, UX/UI designers, and product managers, to deliver high-quality mobile solutions that meet business objectives and exceed user expectations.