https://github.com/mendix/widgets-tools
Monorepo for the Mendix tools for generating and build Mendix Pluggable Widgets.
https://github.com/mendix/widgets-tools
Last synced: about 2 months ago
JSON representation
Monorepo for the Mendix tools for generating and build Mendix Pluggable Widgets.
- Host: GitHub
- URL: https://github.com/mendix/widgets-tools
- Owner: mendix
- License: apache-2.0
- Created: 2022-10-18T14:42:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-25T16:02:44.000Z (2 months ago)
- Last Synced: 2026-02-25T22:21:31.875Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.28 MB
- Stars: 17
- Watchers: 11
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-template.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README



# Widgets tools
Monorepo for the Mendix tools for generating and build Mendix Pluggable Widgets.
[Learn about Pluggable Widgets](https://docs.mendix.com/howto/extensibility/pluggable-widgets/)
## Pluggable widgets tools
A toolset to build, test, format, run, release and lint Mendix Pluggable Widgets.
[Source](./packages/pluggable-widgets-tools/) | [NPM Package](https://www.npmjs.com/package/@mendix/pluggable-widgets-tools)
## Generator widget
Scaffolding tool to let you quickly create a Mendix Pluggable Widget.
#### Note
- If you are running the generator through multiple operating systems (e.g. running a virtualized OS with Parallels on MacOS or any other virtualization software), make sure you have the right privileges and use the same OS for generation and file manipulation.
- If you want to test locally your changes to the Generator Widget, simply link the package running `npm link` inside the `packages/generator-widget/` folder and then you will be able to run `yo widget SomeWidgetName`
[Source](./packages/generator-widget/) | [NPM Package](https://www.npmjs.com/package/@mendix/generator-widget)
## Contributing
See [CONTRIBUTING.md](https://github.com/mendix/widgets-tools/blob/master/CONTRIBUTING.md).
## Raising problems/issues
- We encourage everyone to open a Support ticket on [Mendix Support](https://support.mendix.com) in case of problems with Generator Widget or Pluggable Widgets Tools