4.2.2 • Published 9 months ago

nx-dynamic-mf v4.2.2

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

npm Sonar Quality Gate bundle size

nx-dynamic-mf

Nx helper for ng-dynamic-mf

Motivation šŸ’„

This plugin provides a way to conviniently use the ng-dynamic-mf library in Nx workspaces.

Features šŸ”„

āœ… Start up the whole workspace with a single command (nx construct)

āœ… Supports multiple modules.<name>.json files in the workspace

āœ… Supports serving and building of apps (auto detection based on modules.<name>.json)

āœ… Supports --watch flag for building apps

More features including generators and more to come...

Built With šŸ”§

Getting Started šŸš€

Install

pnpm

pnpm install -D nx-dynamic-mf

npm

npm install -D nx-dynamic-mf

yarn

yarn add -D nx-dynamic-mf

Add to Workspace

Add a new target to your host app:

{
  "targets": {
    "construct": {
      "builder": "nx-dynamic-mf:construct",
      "options": {
        "modulesFolder": "src/modules"
      }
    }
  }
}

Try it out

  nx construct

Additional Options

Use a different modules.<name>.json file:

  nx construct -m example

This will use the modules.example.json file instead of the default modules.default.json file.


Watch certain projects for changes and rebuild them:

Watch all builds:

  nx construct --watch

Watch certain builds:

  nx construct --watch proj1

or

  nx construct --watch proj1 --watch proj2

or

  nx construct --watch proj1,proj2

Contributing šŸ§‘šŸ»ā€šŸ’»

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License šŸ”‘

Distributed under the MIT License. See LICENSE.txt for more information.

Contact šŸ“§

Janik Schumacher - @LoaderB0T - linkedin

Project Link: https://github.com/LoaderB0T/ng-dynamic-module-federation

4.2.2-pre2

9 months ago

4.2.2-pre3

9 months ago

4.2.2

9 months ago

4.2.2-pre1

9 months ago

4.2.1

1 year ago

4.2.0

1 year ago

4.2.0-pre1

1 year ago

4.2.0-pre2

1 year ago

4.2.0-pre3

1 year ago

4.2.0-pre4

1 year ago

4.2.0-pre5

1 year ago

4.1.0

1 year ago

4.1.1

1 year ago

4.0.0

1 year ago

4.0.0-pre6

1 year ago

4.0.0-pre5

1 year ago

4.0.0-pre4

1 year ago

4.0.0-pre2

1 year ago

4.0.0-pre3

1 year ago

4.0.0-pre1

1 year ago

3.0.0-pre29

2 years ago

3.0.0-pre27

2 years ago

3.0.0-pre28

2 years ago

3.0.0-pre25

2 years ago

3.0.0-pre26

2 years ago

3.0.0-pre23

2 years ago

3.0.0-pre24

2 years ago

3.0.0-pre21

2 years ago

3.0.0-pre22

2 years ago

3.0.0-pre20

2 years ago

3.0.4

2 years ago

3.0.0-pre1

2 years ago

3.0.3

2 years ago

3.0.0-pre2

2 years ago

3.0.2

2 years ago

3.0.0-pre3

2 years ago

3.0.1

2 years ago

3.0.0-pre4

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0-pre9

2 years ago

3.0.0

2 years ago

3.0.0-pre5

2 years ago

3.0.0-pre6

2 years ago

3.0.0-pre7

2 years ago

3.0.0-pre8

2 years ago

3.0.0-pre34

2 years ago

3.0.0-pre32

2 years ago

3.0.0-pre33

2 years ago

3.0.0-pre30

2 years ago

3.0.0-pre31

2 years ago

3.0.0-pre18

2 years ago

3.0.0-pre19

2 years ago

3.0.0-pre16

2 years ago

3.0.0-pre17

2 years ago

3.0.0-pre14

2 years ago

3.0.0-pre15

2 years ago

3.0.0-pre12

2 years ago

3.0.0-pre13

2 years ago

3.0.0-pre10

2 years ago

3.0.0-pre11

2 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago