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

Add preset generator #105

Merged
merged 3 commits into from
Dec 20, 2022
Merged

Add preset generator #105

merged 3 commits into from
Dec 20, 2022

Conversation

domjtalbot
Copy link
Owner

@domjtalbot domjtalbot commented Dec 20, 2022

Add a Nx preset generator, so that you can create a new Nx workspace with a GraphQL Mesh SDK!

npx create-nx-workspace@latest myorg --preset=nx-mesh

See the sdk generator for available options.

@domjtalbot domjtalbot added the feature Indicates new functionality label Dec 20, 2022
@domjtalbot domjtalbot self-assigned this Dec 20, 2022
@nx-cloud
Copy link

nx-cloud bot commented Dec 20, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8dc9f80. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 41 targets

Sent with 💌 from NxCloud.

@changeset-bot
Copy link

changeset-bot bot commented Dec 20, 2022

🦋 Changeset detected

Latest commit: 8dc9f80

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nx-mesh Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

describe('generators/preset', () => {
let tree: Tree;

beforeEach(() => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

@github-actions github-actions bot temporarily deployed to nextjs Preview December 20, 2022 15:23 Inactive
@github-actions github-actions bot added the vercel An issue or pull request related to Vercel label Dec 20, 2022
@github-actions github-actions bot temporarily deployed to nextjs Preview December 20, 2022 15:31 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
nx-mesh 2.2.0-alpha-20221220155506 npm ↗︎ unpkg ↗︎

@codeclimate
Copy link

codeclimate bot commented Dec 20, 2022

Code Climate has analyzed commit 8dc9f80 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

View more on Code Climate.

@github-actions github-actions bot temporarily deployed to nextjs Preview December 20, 2022 15:54 Inactive
@github-actions
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 8dc9f80
✅ Preview: https://nx-mesh-7b75cfkng-domjtalbot.vercel.app
🔍 Inspect: https://vercel.com/domjtalbot/nx-mesh/2jeyCVQaRiatDBLBZWyj1jQQ5ddB

View Workflow Logs

@sonarcloud
Copy link

sonarcloud bot commented Dec 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

91.7% 91.7% Coverage
0.0% 0.0% Duplication

@domjtalbot domjtalbot marked this pull request as ready for review December 20, 2022 16:05
@domjtalbot domjtalbot merged commit 3c7d953 into main Dec 20, 2022
@domjtalbot domjtalbot deleted the feature/nx-preset branch December 20, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new functionality vercel An issue or pull request related to Vercel
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant