docs(misc): update package descriptions to be more consistent (#12039)
This commit is contained in:
parent
5cab39b9aa
commit
fd670d298b
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "detox",
|
||||
"packageName": "@nrwl/detox",
|
||||
"description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"root": "/packages/detox",
|
||||
"source": "/packages/detox/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "devkit",
|
||||
"packageName": "@nrwl/devkit",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
|
||||
"root": "/packages/devkit",
|
||||
"source": "/packages/devkit/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "eslint-plugin-nx",
|
||||
"packageName": "@nrwl/eslint-plugin-nx",
|
||||
"description": "ESLint Plugin for Nx",
|
||||
"description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
|
||||
"root": "/packages/eslint-plugin-nx",
|
||||
"source": "/packages/eslint-plugin-nx/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "express",
|
||||
"packageName": "@nrwl/express",
|
||||
"description": "The Nx Plugin for Express that contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"root": "/packages/express",
|
||||
"source": "/packages/express/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "js",
|
||||
"packageName": "@nrwl/js",
|
||||
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
|
||||
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
|
||||
"root": "/packages/js",
|
||||
"source": "/packages/js/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "linter",
|
||||
"packageName": "@nrwl/linter",
|
||||
"description": "The Linter plugin contains executors, generator, plugin and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"root": "/packages/linter",
|
||||
"source": "/packages/linter/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "nest",
|
||||
"packageName": "@nrwl/nest",
|
||||
"description": "The Nx Plugin for Nest that contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"root": "/packages/nest",
|
||||
"source": "/packages/nest/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "next",
|
||||
"packageName": "@nrwl/next",
|
||||
"description": "When using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.\n\nThe Next.js plugin contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace.",
|
||||
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
|
||||
"root": "/packages/next",
|
||||
"source": "/packages/next/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "node",
|
||||
"packageName": "@nrwl/node",
|
||||
"description": "The Node Plugin contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"root": "/packages/node",
|
||||
"source": "/packages/node/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "nx-plugin",
|
||||
"packageName": "@nrwl/nx-plugin",
|
||||
"description": "Plugin for creating plugins for Nx :)",
|
||||
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
|
||||
"root": "/packages/nx-plugin",
|
||||
"source": "/packages/nx-plugin/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "nx",
|
||||
"packageName": "nx",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
||||
"root": "/packages/nx",
|
||||
"source": "/packages/nx/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "react-native",
|
||||
"packageName": "@nrwl/react-native",
|
||||
"description": "React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.\n\nThe Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Detox, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
||||
"root": "/packages/react-native",
|
||||
"source": "/packages/react-native/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "react",
|
||||
"packageName": "@nrwl/react",
|
||||
"description": "The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"root": "/packages/react",
|
||||
"source": "/packages/react/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "rollup",
|
||||
"packageName": "@nrwl/rollup",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
|
||||
"root": "/packages/rollup",
|
||||
"source": "/packages/rollup/src",
|
||||
"documentation": [],
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "storybook",
|
||||
"packageName": "@nrwl/storybook",
|
||||
"description": "The Nx Plugin for Storybook that contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"root": "/packages/storybook",
|
||||
"source": "/packages/storybook/src",
|
||||
"documentation": [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "webpack",
|
||||
"packageName": "@nrwl/webpack",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
||||
"root": "/packages/webpack",
|
||||
"source": "/packages/webpack/src",
|
||||
"documentation": [],
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
||||
"name": "workspace",
|
||||
"packageName": "@nrwl/workspace",
|
||||
"description": "Smart, Fast and Extensible Build System.",
|
||||
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
||||
"root": "/packages/workspace",
|
||||
"source": "/packages/workspace/src",
|
||||
"documentation": [
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
{
|
||||
"name": "detox",
|
||||
"packageName": "detox",
|
||||
"description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"path": "generated/packages/detox.json",
|
||||
"schemas": {
|
||||
"executors": ["build", "test"],
|
||||
@ -104,14 +104,14 @@
|
||||
{
|
||||
"name": "devkit",
|
||||
"packageName": "devkit",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
|
||||
"path": "generated/packages/devkit.json",
|
||||
"schemas": { "executors": [], "generators": [] }
|
||||
},
|
||||
{
|
||||
"name": "eslint-plugin-nx",
|
||||
"packageName": "eslint-plugin-nx",
|
||||
"description": "ESLint Plugin for Nx",
|
||||
"description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
|
||||
"path": "generated/packages/eslint-plugin-nx.json",
|
||||
"schemas": { "executors": [], "generators": [] }
|
||||
},
|
||||
@ -145,7 +145,7 @@
|
||||
{
|
||||
"name": "express",
|
||||
"packageName": "express",
|
||||
"description": "The Nx Plugin for Express that contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"path": "generated/packages/express.json",
|
||||
"schemas": { "executors": [], "generators": ["init", "application"] }
|
||||
},
|
||||
@ -159,7 +159,7 @@
|
||||
{
|
||||
"name": "js",
|
||||
"packageName": "js",
|
||||
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
|
||||
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
|
||||
"path": "generated/packages/js.json",
|
||||
"schemas": {
|
||||
"executors": ["tsc", "swc", "node"],
|
||||
@ -169,7 +169,7 @@
|
||||
{
|
||||
"name": "linter",
|
||||
"packageName": "linter",
|
||||
"description": "The Linter plugin contains executors, generator, plugin and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"path": "generated/packages/linter.json",
|
||||
"schemas": {
|
||||
"executors": ["lint", "eslint"],
|
||||
@ -186,7 +186,7 @@
|
||||
{
|
||||
"name": "nest",
|
||||
"packageName": "nest",
|
||||
"description": "The Nx Plugin for Nest that contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"path": "generated/packages/nest.json",
|
||||
"schemas": {
|
||||
"executors": [],
|
||||
@ -216,7 +216,7 @@
|
||||
{
|
||||
"name": "next",
|
||||
"packageName": "next",
|
||||
"description": "When using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.\n\nThe Next.js plugin contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace.",
|
||||
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
|
||||
"path": "generated/packages/next.json",
|
||||
"schemas": {
|
||||
"executors": ["build", "server", "export"],
|
||||
@ -233,7 +233,7 @@
|
||||
{
|
||||
"name": "node",
|
||||
"packageName": "node",
|
||||
"description": "The Node Plugin contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"path": "generated/packages/node.json",
|
||||
"schemas": {
|
||||
"executors": ["webpack", "node"],
|
||||
@ -243,7 +243,7 @@
|
||||
{
|
||||
"name": "nx",
|
||||
"packageName": "nx",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
||||
"path": "generated/packages/nx.json",
|
||||
"schemas": {
|
||||
"executors": ["noop", "run-commands", "run-script"],
|
||||
@ -253,7 +253,7 @@
|
||||
{
|
||||
"name": "nx-plugin",
|
||||
"packageName": "nx-plugin",
|
||||
"description": "Plugin for creating plugins for Nx :)",
|
||||
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
|
||||
"path": "generated/packages/nx-plugin.json",
|
||||
"schemas": {
|
||||
"executors": ["e2e"],
|
||||
@ -270,7 +270,7 @@
|
||||
{
|
||||
"name": "react",
|
||||
"packageName": "react",
|
||||
"description": "The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"path": "generated/packages/react.json",
|
||||
"schemas": {
|
||||
"executors": ["module-federation-dev-server"],
|
||||
@ -296,7 +296,7 @@
|
||||
{
|
||||
"name": "react-native",
|
||||
"packageName": "react-native",
|
||||
"description": "React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.\n\nThe Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Detox, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
||||
"path": "generated/packages/react-native.json",
|
||||
"schemas": {
|
||||
"executors": [
|
||||
@ -324,7 +324,7 @@
|
||||
{
|
||||
"name": "rollup",
|
||||
"packageName": "rollup",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
|
||||
"path": "generated/packages/rollup.json",
|
||||
"schemas": {
|
||||
"executors": ["rollup"],
|
||||
@ -334,7 +334,7 @@
|
||||
{
|
||||
"name": "storybook",
|
||||
"packageName": "storybook",
|
||||
"description": "The Nx Plugin for Storybook that contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"path": "generated/packages/storybook.json",
|
||||
"schemas": {
|
||||
"executors": ["storybook", "build"],
|
||||
@ -366,7 +366,7 @@
|
||||
{
|
||||
"name": "webpack",
|
||||
"packageName": "webpack",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
||||
"path": "generated/packages/webpack.json",
|
||||
"schemas": {
|
||||
"executors": ["webpack", "dev-server"],
|
||||
@ -376,7 +376,7 @@
|
||||
{
|
||||
"name": "workspace",
|
||||
"packageName": "workspace",
|
||||
"description": "Smart, Fast and Extensible Build System.",
|
||||
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
||||
"path": "generated/packages/workspace.json",
|
||||
"schemas": {
|
||||
"executors": ["run-commands", "counter", "run-script"],
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/detox",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
"React",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/devkit",
|
||||
"version": "0.0.1",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/eslint-plugin-nx",
|
||||
"version": "0.0.1",
|
||||
"description": "ESLint Plugin for Nx",
|
||||
"description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/express",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Express that contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/js",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx plugin that provides the best experience for developing JavaScript and TypeScript projects.",
|
||||
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/linter",
|
||||
"version": "0.0.1",
|
||||
"description": "The Linter plugin contains executors, generator, plugin and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/nest",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Nest that contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/next",
|
||||
"version": "0.0.1",
|
||||
"description": "When using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.\n\nThe Next.js plugin contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace.",
|
||||
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/node",
|
||||
"version": "0.0.1",
|
||||
"description": "The Node Plugin contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/nx-plugin",
|
||||
"version": "0.0.1",
|
||||
"description": "Plugin for creating plugins for Nx :)",
|
||||
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nx",
|
||||
"version": "0.0.1",
|
||||
"description": "Smart, Fast and Extensible Build System",
|
||||
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/react-native",
|
||||
"version": "0.0.1",
|
||||
"description": "React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.\n\nThe Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Detox, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
"React",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/react",
|
||||
"version": "0.0.1",
|
||||
"description": "The React plugin contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/rollup",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup",
|
||||
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/storybook",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Storybook that contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/webpack",
|
||||
"version": "0.0.1",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack",
|
||||
"description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@nrwl/workspace",
|
||||
"version": "0.0.1",
|
||||
"description": "Smart, Fast and Extensible Build System.",
|
||||
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user