feat(core): deprecate @nrwl/tao (#16550)
This commit is contained in:
parent
5b0527bc45
commit
b42d3f7c2b
@ -1,11 +1,11 @@
|
|||||||
|
## @nrwl/tao has been deprecated!
|
||||||
|
|
||||||
|
@nrwl/tao has been deprecated in favor of [nx](https://www.npmjs.com/package/nx). Please use that instead.
|
||||||
|
|
||||||
|
@nrwl/tao will no longer be published in Nx v17.
|
||||||
|
|
||||||
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
|
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
|
||||||
|
|
||||||
{{links}}
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
# Nx: Smart, Fast and Extensible Build System
|
# Nx: Smart, Fast and Extensible Build System
|
||||||
|
|
||||||
Nx is a next generation build system with first class monorepo support and powerful integrations.
|
Nx is a next generation build system with first class monorepo support and powerful integrations.
|
||||||
|
|
||||||
{{content}}
|
|
||||||
|
|||||||
@ -4,4 +4,8 @@ if (process.argv[2] === 'migrate') {
|
|||||||
process.argv[2] = '_migrate';
|
process.argv[2] = '_migrate';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Please update your global install of nx: https://nx.dev/more-concepts/global-nx`
|
||||||
|
);
|
||||||
|
|
||||||
require('nx/bin/nx');
|
require('nx/bin/nx');
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit/ngcli-adapter'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/adapter/ngcli-adapter';
|
export * from 'nx/src/adapter/ngcli-adapter';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/utils/logger';
|
export * from 'nx/src/utils/logger';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/config/nx-json';
|
export * from 'nx/src/config/nx-json';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/utils/package-manager';
|
export * from 'nx/src/utils/package-manager';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/config/project-graph';
|
export * from 'nx/src/config/project-graph';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/generators/tree';
|
export * from 'nx/src/generators/tree';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/config/workspaces';
|
export * from 'nx/src/config/workspaces';
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
|
console.warn(
|
||||||
|
`@nrwl/tao has been deprecated and will not be published in Nx 17. Change to importing from '@nx/devkit'`
|
||||||
|
);
|
||||||
|
|
||||||
export * from 'nx/src/utils/workspace-root';
|
export * from 'nx/src/utils/workspace-root';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user