-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): deprecate @nrwl/tao (#16550)
- Loading branch information
1 parent
5b0527b
commit b42d3f7
Showing
10 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<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> | ||
## @nrwl/tao has been deprecated! | ||
|
||
@nrwl/tao has been deprecated in favor of [nx](https://www.npmjs.com/package/nx). Please use that instead. | ||
|
||
{{links}} | ||
@nrwl/tao will no longer be published in Nx v17. | ||
|
||
<hr> | ||
<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> | ||
|
||
# Nx: Smart, Fast and Extensible Build System | ||
|
||
Nx is a next generation build system with first class monorepo support and powerful integrations. | ||
|
||
{{content}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |