Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce monorepo to Generator Repo #1186

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9b3d0f4
converted the generator repo to turborepo.
AyushNautiyalDeveloper Mar 28, 2024
ef9eadd
Merge pull request #1 from asyncapi/master
ayushnau Mar 28, 2024
9a8c519
Merge branch 'master' of github.com-ayushnau:ayushnau/generator
AyushNautiyalDeveloper Mar 28, 2024
a65923c
Added the readmd file.
AyushNautiyalDeveloper Mar 28, 2024
a9b4050
Added the .github to the base code directory.
AyushNautiyalDeveloper Apr 2, 2024
145e8a6
updated the gitignore file.
AyushNautiyalDeveloper Apr 2, 2024
0f606f9
added the correct package.lock.json file.
AyushNautiyalDeveloper Apr 2, 2024
3ef4e8f
added the correct package.json file.
AyushNautiyalDeveloper Apr 2, 2024
645256c
Merge branch 'master' of github.com:asyncapi/generator
AyushNautiyalDeveloper Apr 2, 2024
6dbddff
Added the correct changes for the package.json and package.lock.json …
AyushNautiyalDeveloper Apr 2, 2024
3e4ce9b
moved the required files to the base directory.
AyushNautiyalDeveloper Apr 4, 2024
9c2b334
added .turbo in .gitignore.
AyushNautiyalDeveloper Apr 4, 2024
0b2d108
remvoed the turbo file.
AyushNautiyalDeveloper Apr 5, 2024
e20c768
Added the editor Config in the root.
AyushNautiyalDeveloper Apr 9, 2024
64b67c3
Merge from asyncapi/master
AyushNautiyalDeveloper Apr 11, 2024
d1d54f6
updated the correct jest config directory for the nimma package.
AyushNautiyalDeveloper Apr 11, 2024
dfea601
merged
AyushNautiyalDeveloper Apr 11, 2024
cb69dfe
Merge branch 'master' of github.com:asyncapi/generator into feat-Turb…
AyushNautiyalDeveloper Apr 20, 2024
bb4b6ec
Merge branch 'master' of github.com:asyncapi/generator into feat-Turb…
AyushNautiyalDeveloper Apr 20, 2024
3c01a98
Added the required changes for the hooks.
AyushNautiyalDeveloper Apr 20, 2024
fdf2c2f
Added the required link for the hooks.md
AyushNautiyalDeveloper Apr 20, 2024
2940747
updated the update-docs-in-website.yml file.
AyushNautiyalDeveloper Apr 20, 2024
7ff4552
fixed the package.json
AyushNautiyalDeveloper Apr 20, 2024
571b8dd
fixed the confilt.
AyushNautiyalDeveloper May 7, 2024
4faf883
Merge branch 'master' of github.com:asyncapi/generator into feat-Turb…
AyushNautiyalDeveloper May 7, 2024
f93ede8
removed the unwtaed file.
AyushNautiyalDeveloper May 16, 2024
4bedceb
Merge branch 'master' of github.com:asyncapi/generator into feat-Turb…
AyushNautiyalDeveloper May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
.DS_Store
node_modules
npm-debug.log
output
.vscode
######################
# Intellij
######################
.idea/
*.iml
*.iws
*.ipr
*.ids
*.orig
out/
coverage
test/temp/integrationTestResult
test/test-project/package-lock.json
test/test-project/verdaccio/storage/
test/test-project/storage/
.turbo
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ There is a large number of templates that are ready to use and are officially su
<!-- templates list is validated with GitHub Actions do not remove list markers -->
<!-- TEMPLATES-LIST:START -->

Template Name | Description | Source code
---|---|---
`@asyncapi/nodejs-template` | Generates Nodejs service that uses Hermes package | [click here](https://github.com/asyncapi/nodejs-template)
`@asyncapi/nodejs-ws-template` | Generates Nodejs service that supports WebSockets protocol only | [click here](https://github.com/asyncapi/nodejs-ws-template)
`@asyncapi/java-template` | Generates Java JMS application | [click here](https://github.com/asyncapi/java-template)
`@asyncapi/java-spring-template` | Generates Java Spring service | [click here](https://github.com/asyncapi/java-spring-template)
`@asyncapi/java-spring-cloud-stream-template` | Generates Java Spring Cloud Stream service | [click here](https://github.com/asyncapi/java-spring-cloud-stream-template)
`@asyncapi/python-paho-template` | Generates Python service that uses Paho library | [click here](https://github.com/asyncapi/python-paho-template)
`@asyncapi/html-template` | Generates HTML documentation site | [click here](https://github.com/asyncapi/html-template)
`@asyncapi/markdown-template` | Generates documentation in Markdown file | [click here](https://github.com/asyncapi/markdown-template)
`@asyncapi/ts-nats-template` | Generates TypeScript NATS client | [click here](https://github.com/asyncapi/ts-nats-template/)
`@asyncapi/go-watermill-template` | Generates Go client using Watermill | [click here](https://github.com/asyncapi/go-watermill-template)
`@asyncapi/dotnet-nats-template` | Generates .NET C# client using NATS | [click here](https://github.com/asyncapi/dotnet-nats-template)
`@asyncapi/php-template` | Generates PHP client using RabbitMQ | [click here](https://github.com/asyncapi/php-template)
`@asyncapi/dotnet-rabbitmq-template` | Generates .NET C# client using RabbitMQ | [click here](https://github.com/asyncapi/dotnet-rabbitmq-template)
| Template Name | Description | Source code |
| --------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `@asyncapi/nodejs-template` | Generates Nodejs service that uses Hermes package | [click here](https://github.com/asyncapi/nodejs-template) |
| `@asyncapi/nodejs-ws-template` | Generates Nodejs service that supports WebSockets protocol only | [click here](https://github.com/asyncapi/nodejs-ws-template) |
| `@asyncapi/java-template` | Generates Java JMS application | [click here](https://github.com/asyncapi/java-template) |
| `@asyncapi/java-spring-template` | Generates Java Spring service | [click here](https://github.com/asyncapi/java-spring-template) |
| `@asyncapi/java-spring-cloud-stream-template` | Generates Java Spring Cloud Stream service | [click here](https://github.com/asyncapi/java-spring-cloud-stream-template) |
| `@asyncapi/python-paho-template` | Generates Python service that uses Paho library | [click here](https://github.com/asyncapi/python-paho-template) |
| `@asyncapi/html-template` | Generates HTML documentation site | [click here](https://github.com/asyncapi/html-template) |
| `@asyncapi/markdown-template` | Generates documentation in Markdown file | [click here](https://github.com/asyncapi/markdown-template) |
| `@asyncapi/ts-nats-template` | Generates TypeScript NATS client | [click here](https://github.com/asyncapi/ts-nats-template/) |
| `@asyncapi/go-watermill-template` | Generates Go client using Watermill | [click here](https://github.com/asyncapi/go-watermill-template) |
| `@asyncapi/dotnet-nats-template` | Generates .NET C# client using NATS | [click here](https://github.com/asyncapi/dotnet-nats-template) |
| `@asyncapi/php-template` | Generates PHP client using RabbitMQ | [click here](https://github.com/asyncapi/php-template) |
| `@asyncapi/dotnet-rabbitmq-template` | Generates .NET C# client using RabbitMQ | [click here](https://github.com/asyncapi/dotnet-rabbitmq-template) |

<!-- TEMPLATES-LIST:END -->

Expand Down
File renamed without changes.
21 changes: 21 additions & 0 deletions apps/generator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.DS_Store
node_modules
npm-debug.log
output
.vscode
######################
# Intellij
######################
.idea/
*.iml
*.iws
*.ipr
*.ids
*.orig
out/
coverage
test/temp/integrationTestResult
test/test-project/package-lock.json
test/test-project/verdaccio/storage/
test/test-project/storage/
.turbo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions apps/generator/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
clearMocks: true,
moduleNameMapper: {
"^nimma/legacy$":
"<rootDir>../../node_modules/nimma/dist/legacy/cjs/index.js",
"^nimma/(.*)": "<rootDir>../../node_modules/nimma/dist/cjs/$1",
},
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading