0.13.8 • Published 9 months ago

@clipboard-health/nx-plugin v0.13.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@clipboard-health/nx-plugin

An Nx plugin with generators to manage libraries and applications.

Table of contents

Install

npm install @clipboard-health/nx-plugin

Usage

Libraries version and publish separately. We use Nx Local Generators to generate library stubs that successfully build, lint, and test. The --publishPublicly flag publishes the NPM package publicly.

# Optionally, include the --publishPublicly flag.
npx nx generate @clipboard-health/nx-plugin:node-lib [PROJECT_NAME]

# Change your mind? Remove it just as easily...
npx nx generate @nx/workspace:remove --projectName [PROJECT_NAME]

# ...or rename it. Note: after running this command, perform a find/replace for remaining references
# to the old name.
npx nx generate @nx/workspace:move --project [PROJECT_NAME] --destination [DESTINATION_FOLDER]

To porting an existing library, follow the above to generate a new package and copy the code from the existing library into it.

0.13.6

9 months ago

0.13.7

9 months ago

0.13.8

9 months ago

0.11.0

9 months ago

0.12.0

9 months ago

0.13.0

9 months ago

0.13.1

9 months ago

0.13.2

9 months ago

0.13.3

9 months ago

0.13.4

9 months ago

0.13.5

9 months ago

0.10.0

9 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.9.1

9 months ago

0.7.1

9 months ago

0.7.0

9 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.5.0

9 months ago

0.4.9

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.4.1

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.0

11 months ago

0.3.8

11 months ago

0.3.7

11 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.4

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago