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

fix(misc): readd readme to workspace creation #13329

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions packages/workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"glob": "**/files-package-based-repo/**",
"output": "/"
},
{
"input": "packages/workspace",
"glob": "**/files-readme/**",
"output": "/"
},
{
"glob": "**/files-packaged-based-repo/**/.gitkeep",
"input": "packages/workspace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,373 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Angular preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for AngularExperimental preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Apps preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Core preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Empty preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Expo preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Express preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for NPM preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for Nest preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for NextJs preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for React preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for ReactExperimental preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for ReactNative preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for TS preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for WebComponents preset 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Development server

Run \`nx serve app1\` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles README.md should be created for custom plugins 1`] = `
"# Proj

<a href=\\"https://nx.dev\\" target=\\"_blank\\" rel=\\"noreferrer\\"><img src=\\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\\" width=\\"45\\"></a>

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨

## Understand this workspace

Run \`nx graph\` to see a diagram of the dependencies of the projects.

## Remote caching

Run \`npx nx connect-to-nx-cloud\` to enable [remote caching](https://nx.app) and make CI faster.

## Further help

Visit the [Nx Documentation](https://nx.dev) to learn more.
"
`;

exports[`@nrwl/workspace:generateWorkspaceFiles should create a prettierrc file 1`] = `
"{
\\"singleQuote\\": true
Expand Down
Loading