Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@zenginehq/generator-zn-plugin
Advanced tools
Yeoman Generators for Zengine Plugins
If you don't have yeoman.io installed
npm install -g yo
Then install the generator:
# Remove unsupported deprecated generator
npm uninstall -g generator-zn-plugin
# Current version for Mayan and V2 plugins
npm install -g @zenginehq/generator-zn-plugin
# Legacy version for Mayan and V1 plugins
npm install -g @zenginehq/generator-zn-plugin@legacy
You can then keep it up to date with:
npm upgrade -g @zenginehq/generator-zn-plugin
As of the latest release the generator will only generate V2 plugins.
You can always npm install -g @zenginehq/generator-zn-plugin@legacy
if you need V1 plugin support.
See Zengine Migrator for more info on V1 vs V2 Zengine plugins.
# change to your projects directory
cd Projects
# run yo
yo @zenginehq/zn-plugin zn-plugin-demo
# then install npm modules
cd zn-plugin-demo
npm install
# change to your plugin directory
cd zn-plugin-demo
# run yo
yo @zenginehq/zn-plugin:backend my-test-api
# then install npm modules
cd my-test-api
npm install
# change to your plugin directory
cd zn-plugin-demo
# run yo
yo zn-plugin:frontend my-test-ui
# then install npm modules
cd my-test-ui
npm install
See the contributing.
FAQs
Zengine Plugin Generator for Yeoman
We found that @zenginehq/generator-zn-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.