brix-nova-plugin-builder
v1.1.0
Published
Scaffold a CELUM Nova plugin workspace via a single command.
Readme
Brix Nova Plugin Builder
This builder generates a boilerplate for a nova plugin using Angular.
Supported ContentHub Versions
- ContentHub 6.20 is the default.
- ContentHub 7.1 is available with
--ch=7.1.
All plugins deployed on one server must be built with the same Angular version. For ContentHub 7.1, that version matches the host: Angular 21.0.8.
Usage
Run with npx (recommended, no install needed):
npx brix-nova-plugin-builder <pluginName>
npx brix-nova-plugin-builder <pluginName> --ch=7.1Or install globally:
npm install -g brix-nova-plugin-builder
create-brix-nova-plugin <pluginName>
create-brix-nova-plugin <pluginName> --ch 7.1It is recommended to use camelCase for the plugin name. Check the newly created directory and its README.md for further instructions.
